Class MapperOperation

  • All Implemented Interfaces:
    io.arkitik.radix.develop.operation.Operation

    
    public final class MapperOperation<RQ extends Object, RS extends Object>
     implements Operation<RQ, RS>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperOperation(Function1<RQ, RS> mapper)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      RS operate(RQ $self)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapperOperation

        MapperOperation(Function1<RQ, RS> mapper)