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 UseCaseKey<CounterInputs.IncrementInput,Result<Counter>> CounterUseCases.INCREMENTMethods in com.guinetik.hexafun.examples.counter that return types with arguments of type CounterInputs.IncrementInputModifier and TypeMethodDescriptionstatic 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 Result<CounterInputs.IncrementInput>CounterValidators.validateIncrement(CounterInputs.IncrementInput input) Validates that the counter in IncrementInput is not null.