-
public final 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)-
-
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)
-
-
-
-