Uses of Class
com.guinetik.hexafun.hexa.UseCaseKey
Packages that use UseCaseKey
-
Uses of UseCaseKey in com.guinetik.hexafun
Methods in com.guinetik.hexafun with parameters of type UseCaseKeyModifier and TypeMethodDescription<I,O> O HexaApp.invoke(UseCaseKey<I, O> key, I input) Invoke a use case using a type-safe key.<I,O> UseCaseTest<I, O> HexaApp.test(UseCaseKey<I, O> key) Start testing a use case using a type-safe key.<I,O> HexaApp HexaApp.withUseCase(UseCaseKey<I, O> key, UseCase<I, O> useCase) Add a use case using a type-safe key. -
Uses of UseCaseKey in com.guinetik.hexafun.hexa
Methods in com.guinetik.hexafun.hexa that return UseCaseKeyModifier and TypeMethodDescriptionstatic <I,O> UseCaseKey<I, O> Create a new type-safe use case key.Methods in com.guinetik.hexafun.hexa with parameters of type UseCaseKeyModifier and TypeMethodDescription<I,O> UseCaseInputStep<I, O> UseCaseBuilder.useCase(UseCaseKey<I, O> key) Start defining a use case with a type-safe key.