Package 

Class FunctionOperation

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

    
    public final class FunctionOperation<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
    • 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

      • FunctionOperation

        FunctionOperation(Function1<RQ, RS> function)