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