Package 

Class BuilderFunctionalUseCase

  • All Implemented Interfaces:
    io.arkitik.radix.develop.usecase.FunctionalUseCase , io.arkitik.radix.develop.usecase.action.Actionable

    
    public final class BuilderFunctionalUseCase<RQ extends UseCaseRequest, RS extends UseCaseResponse>
    extends ActionableFunctionalUseCase<RQ, RS>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit before(RQ $self)
      RS doProcess(RQ $self)
      Unit after(RQ $self, RS response)
      final Unit afterFunction(Function1<RQ, RS> operator)
      final Unit install(Function1<RQ, Unit> role)
      • Methods inherited from class io.arkitik.radix.develop.usecase.ext.BuilderFunctionalUseCase

        process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait