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>
                        
    • 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.ext.BuilderCommandUseCase

        execute
      • Methods inherited from class java.lang.Object

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