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 BigIntegerValidatorDefaultJavaValidators.checkIf(BigInteger value) Validates the state of aBigIntegerstatic BigIntegerValidatorDefaultJavaValidators.checkIf(BigInteger value, String name) Validates the state of aBigIntegerJavaCheckIf.checkIf(BigInteger value) Validates the state of aBigInteger.JavaCheckIf.checkIf(BigInteger value, String name) Validates the state of aBigInteger.static BigIntegerValidatorDefaultJavaValidators.requireThat(BigInteger value, String name) Validates the state of aBigInteger.JavaRequireThat.requireThat(BigInteger value, String name) Validates the state of aBigInteger.static BigIntegerValidatorDefaultJavaValidators.that(BigInteger value) Validates the state of aBigInteger.static BigIntegerValidatorDefaultJavaValidators.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.