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, isLessThanOrEqualTo
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.IntegerComponent
isBetween, isBetween, isGreaterThan, isGreaterThan, isGreaterThanOrEqualTo, isGreaterThanOrEqualTo, isLessThan, isLessThan, isLessThanOrEqualTo, isLessThanOrEqualTo, isMultipleOf, isMultipleOf, isNotMultipleOf, isNotMultipleOf
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.NegativeNumberComponent
isNegative, isNotNegative
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.PositiveNumberComponent
isNotPositive, isPositive
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.PrimitiveIntegerComponent
getValue, getValueOrDefault, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.ValidatorComponent
and, elseGetFailures, elseThrow, getContext, getContextAsString, getName, getValueOrDefault, validationFailed, withContext
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.ZeroNumberComponent
isNotZero, isZero