Package 

Class Opration-usecase-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 UseCaseRequest, RS extends UseCaseResponse> Operation<RQ, RS> toOperation(FunctionalUseCase<RQ, RS> $self) Created By Ibrahim Al-Tamimi  Created At 28, Sun February, 2021 Project radix https://arkitik.
      final static <RQ extends UseCaseRequest> Operation<RQ, Unit> toOperation(CommandUseCase<RQ> $self)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • toOperation

         final static <RQ extends UseCaseRequest, RS extends UseCaseResponse> Operation<RQ, RS> toOperation(FunctionalUseCase<RQ, RS> $self)

        Created By Ibrahim Al-Tamimi  Created At 28, Sun February, 2021 Project radix https://arkitik.io

      • toOperation

         final static <RQ extends UseCaseRequest> Operation<RQ, Unit> toOperation(CommandUseCase<RQ> $self)