Uses of Interface
com.github.cowwoc.requirements10.java.validator.BigIntegerValidator
Packages that use BigIntegerValidator
Package
Description
-
Uses of BigIntegerValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return BigIntegerValidatorModifier and TypeMethodDescriptionstatic BigIntegerValidator
DefaultJavaValidators.checkIf
(BigInteger value) Validates the state of aBigInteger
static BigIntegerValidator
DefaultJavaValidators.checkIf
(BigInteger value, String name) Validates the state of aBigInteger
JavaCheckIf.checkIf
(BigInteger value) Validates the state of aBigInteger
.JavaCheckIf.checkIf
(BigInteger value, String name) Validates the state of aBigInteger
.static BigIntegerValidator
DefaultJavaValidators.requireThat
(BigInteger value, String name) Validates the state of aBigInteger
.JavaRequireThat.requireThat
(BigInteger value, String name) Validates the state of aBigInteger
.static BigIntegerValidator
DefaultJavaValidators.that
(BigInteger value) Validates the state of aBigInteger
.static BigIntegerValidator
DefaultJavaValidators.that
(BigInteger value, String name) Validates the state of aBigInteger
.JavaAssertThat.that
(BigInteger value) Validates the state of aBigInteger
.JavaAssertThat.that
(BigInteger value, String name) Validates the state of aBigInteger
. -
Uses of BigIntegerValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return BigIntegerValidatorModifier and TypeMethodDescriptionBigIntegerValidator.isMultipleOf
(BigInteger factor) Ensures that the value is a multiple offactor
.BigIntegerValidator.isMultipleOf
(BigInteger factor, String name) Ensures that the value is a multiple offactor
.BigIntegerValidator.isNotMultipleOf
(BigInteger factor) Ensures that the value is not a multiple offactor
.BigIntegerValidator.isNotMultipleOf
(BigInteger factor, String name) Ensures that the value is not a multiple offactor
.