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 PrimitiveIntegerValidatorDefaultJavaValidators.checkIf(int value) Validates the state of anintstatic PrimitiveIntegerValidatorValidates the state of anintJavaCheckIf.checkIf(int value) Validates the state of anint.Validates the state of anint.static PrimitiveIntegerValidatorDefaultJavaValidators.requireThat(int value, String name) Validates the state of anint.JavaRequireThat.requireThat(int value, String name) Validates the state of anint.static PrimitiveIntegerValidatorDefaultJavaValidators.that(int value) Validates the state of anint.static PrimitiveIntegerValidatorValidates 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().