Class Operation-extKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <RQ extends Any, RS extends Any> RS runOperation(Operation<RQ, RS> $self, RQ request) Created By Ibrahim Al-Tamimi  Created At 02, Tue March, 2021 Project radix https://arkitik.
      final static <RQ extends Any, RS extends Any> RS operateRole(OperationRole<RQ, RS> $self, RQ request)
      final static <RQ extends Any, RS extends Any> Unit runOperator(Operator<RQ, RS> $self, RQ request, RS response)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • runOperation

         final static <RQ extends Any, RS extends Any> RS runOperation(Operation<RQ, RS> $self, RQ request)

        Created By Ibrahim Al-Tamimi  Created At 02, Tue March, 2021 Project radix https://arkitik.io

      • operateRole

         final static <RQ extends Any, RS extends Any> RS operateRole(OperationRole<RQ, RS> $self, RQ request)
      • runOperator

         final static <RQ extends Any, RS extends Any> Unit runOperator(Operator<RQ, RS> $self, RQ request, RS response)