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 com.guinetik.hexafun.hexa.UseCaseKey<CounterInputs.AddInput,com.guinetik.hexafun.fun.Result<Counter>> CounterUseCases.ADDMethods in com.guinetik.hexafun.examples.counter that return types with arguments of type CounterInputs.AddInputModifier and TypeMethodDescriptionstatic com.guinetik.hexafun.fun.Result<CounterInputs.AddInput>CounterValidators.validateAddAmount(CounterInputs.AddInput input) Validates that the amount in AddInput is within bounds [-100, 100].static com.guinetik.hexafun.fun.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 com.guinetik.hexafun.fun.Result<CounterInputs.AddInput>CounterValidators.validateAddAmount(CounterInputs.AddInput input) Validates that the amount in AddInput is within bounds [-100, 100].static com.guinetik.hexafun.fun.Result<CounterInputs.AddInput>CounterValidators.validateAddCounter(CounterInputs.AddInput input) Validates that the counter in AddInput is not null.