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