Package 

Class Opration-usecase-extKt

    • 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 radixhttps://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
    • 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 radixhttps://arkitik.io

      • toOperation

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