Uses of Interface
com.github.cowwoc.requirements10.java.validator.PrimitiveIntegerValidator
Packages that use PrimitiveIntegerValidator
Package
Description
-
Uses of PrimitiveIntegerValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return PrimitiveIntegerValidatorModifier and TypeMethodDescriptionstatic PrimitiveIntegerValidator
DefaultJavaValidators.checkIf
(int value) Validates the state of anint
static PrimitiveIntegerValidator
Validates the state of anint
JavaCheckIf.checkIf
(int value) Validates the state of anint
.Validates the state of anint
.static PrimitiveIntegerValidator
DefaultJavaValidators.requireThat
(int value, String name) Validates the state of anint
.JavaRequireThat.requireThat
(int value, String name) Validates the state of anint
.static PrimitiveIntegerValidator
DefaultJavaValidators.that
(int value) Validates the state of anint
.static PrimitiveIntegerValidator
Validates the state of anint
.JavaAssertThat.that
(int value) Validates the state of anint
.Validates the state of anint
. -
Uses of PrimitiveIntegerValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return PrimitiveIntegerValidatorModifier and TypeMethodDescriptionBigDecimalValidator.scale()
Returns a validator forBigDecimal.scale()
.