Uses of Interface
io.github.cowwoc.requirements13.java.validator.BigIntegerValidator
Packages that use BigIntegerValidator
Package
Description
-
Uses of BigIntegerValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.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 io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type BigIntegerValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of aBigInteger.interfaceValidates the state of aBigInteger.interfaceValidates the state of aBigInteger.interfaceValidates the state of aBigInteger.interfaceValidates the state of aBigInteger.interfaceValidates the state of aBigInteger.Methods in io.github.cowwoc.requirements13.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.