Uses of Record Class
com.guinetik.hexafun.examples.counter.CounterInputs.DecrementInput
Packages that use CounterInputs.DecrementInput
-
Uses of CounterInputs.DecrementInput in com.guinetik.hexafun.examples.counter
Fields in com.guinetik.hexafun.examples.counter with type parameters of type CounterInputs.DecrementInputModifier and TypeFieldDescriptionstatic final UseCaseKey<CounterInputs.DecrementInput,Result<Counter>> CounterUseCases.DECREMENTMethods in com.guinetik.hexafun.examples.counter that return types with arguments of type CounterInputs.DecrementInputModifier and TypeMethodDescriptionstatic Result<CounterInputs.DecrementInput>CounterValidators.validateDecrement(CounterInputs.DecrementInput input) Validates that the counter in DecrementInput is not null.Methods in com.guinetik.hexafun.examples.counter with parameters of type CounterInputs.DecrementInputModifier and TypeMethodDescriptionstatic Result<CounterInputs.DecrementInput>CounterValidators.validateDecrement(CounterInputs.DecrementInput input) Validates that the counter in DecrementInput is not null.