Package 

Class ValidationFunctionalUseCase

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

    
    public abstract class ValidationFunctionalUseCase<RQ extends UseCaseRequest, RS extends UseCaseResponse>
    extends ActionableFunctionalUseCase<RQ, RS>
                        

    Created By Ibrahim AlTamimi  Created At 29, Thu Oct, 2020 Project radixhttps://arkitik.io

    • Method Summary

      Modifier and Type Method Description
      final Unit before(RQ $self)
      Unit after(RQ $self, RS response)
      Unit doBefore(RQ $self)
      • Methods inherited from class io.arkitik.radix.develop.usecase.validation.functional.ValidationFunctionalUseCase

        doProcess, process
      • Methods inherited from class java.lang.Object

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