Uses of Record Class
com.guinetik.hexafun.examples.counter.CounterInputs.AddInput
Packages that use CounterInputs.AddInput
-
Uses of CounterInputs.AddInput in com.guinetik.hexafun.examples.counter
Fields in com.guinetik.hexafun.examples.counter with type parameters of type CounterInputs.AddInputModifier and TypeFieldDescriptionstatic final UseCaseKey<CounterInputs.AddInput,Result<Counter>> CounterUseCases.ADDMethods in com.guinetik.hexafun.examples.counter that return types with arguments of type CounterInputs.AddInputModifier and TypeMethodDescriptionstatic Result<CounterInputs.AddInput>CounterValidators.validateAddAmount(CounterInputs.AddInput input) Validates that the amount in AddInput is within bounds [-100, 100].static Result<CounterInputs.AddInput>CounterValidators.validateAddCounter(CounterInputs.AddInput input) Validates that the counter in AddInput is not null.Methods in com.guinetik.hexafun.examples.counter with parameters of type CounterInputs.AddInputModifier and TypeMethodDescriptionstatic Result<CounterInputs.AddInput>CounterValidators.validateAddAmount(CounterInputs.AddInput input) Validates that the amount in AddInput is within bounds [-100, 100].static Result<CounterInputs.AddInput>CounterValidators.validateAddCounter(CounterInputs.AddInput input) Validates that the counter in AddInput is not null.