Package 

Class DefaultOperation

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

    
    public final class DefaultOperation<RQ extends Object, RS extends Object>
     implements Operation<RQ, RS>
                        
    • 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

      • DefaultOperation

        DefaultOperation(Operation<RQ, RS> operation, List<OperationRole<RQ, Unit>> roles, List<Operator<RQ, RS>> operators)