Interface PrimitiveIntegerValidator
- All Superinterfaces:
ComparableComponent<PrimitiveIntegerValidator,,Integer> IntegerComponent<PrimitiveIntegerValidator>,NegativeNumberComponent<PrimitiveIntegerValidator>,PositiveNumberComponent<PrimitiveIntegerValidator>,PrimitiveIntegerComponent<PrimitiveIntegerValidator>,ValidatorComponent<PrimitiveIntegerValidator,,Integer> ZeroNumberComponent<PrimitiveIntegerValidator>
public interface PrimitiveIntegerValidator
extends ValidatorComponent<PrimitiveIntegerValidator,Integer>, IntegerComponent<PrimitiveIntegerValidator>, PrimitiveIntegerComponent<PrimitiveIntegerValidator>, NegativeNumberComponent<PrimitiveIntegerValidator>, ZeroNumberComponent<PrimitiveIntegerValidator>, PositiveNumberComponent<PrimitiveIntegerValidator>, ComparableComponent<PrimitiveIntegerValidator,Integer>
Validates the state of an
int.-
Method Summary
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.ComparableComponent
isBetween, isBetween, isGreaterThan, isGreaterThan, isGreaterThanOrEqualTo, isGreaterThanOrEqualTo, isLessThan, isLessThan, isLessThanOrEqualTo, isLessThanOrEqualToMethods declared in interface com.github.cowwoc.requirements10.java.validator.component.IntegerComponent
isBetween, isBetween, isGreaterThan, isGreaterThan, isGreaterThanOrEqualTo, isGreaterThanOrEqualTo, isLessThan, isLessThan, isLessThanOrEqualTo, isLessThanOrEqualTo, isMultipleOf, isMultipleOf, isNotMultipleOf, isNotMultipleOfMethods declared in interface com.github.cowwoc.requirements10.java.validator.component.NegativeNumberComponent
isNegative, isNotNegativeMethods declared in interface com.github.cowwoc.requirements10.java.validator.component.PositiveNumberComponent
isNotPositive, isPositiveMethods declared in interface com.github.cowwoc.requirements10.java.validator.component.PrimitiveIntegerComponent
getValue, getValueOrDefault, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualToMethods declared in interface com.github.cowwoc.requirements10.java.validator.component.ValidatorComponent
and, elseGetFailures, elseThrow, getContext, getContextAsString, getName, getValueOrDefault, validationFailed, withContextMethods declared in interface com.github.cowwoc.requirements10.java.validator.component.ZeroNumberComponent
isNotZero, isZero