Package 

Class BuilderCommandUseCase

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

    
    public final class BuilderCommandUseCase<RQ extends UseCaseRequest>
    extends ActionableCommandUseCase<RQ>
                        
    • 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)
      Unit doExecute(RQ $self)
      Unit after(RQ $self, Unit response)
      final Unit afterCommand(Function1<RQ, Unit> operator)
      final Unit install(Function1<RQ, Unit> role)
      • Methods inherited from class io.arkitik.radix.develop.usecase.action.ActionableCommandUseCase

        execute
      • Methods inherited from class java.lang.Object

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