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 BigDecimalValidatorDefaultJavaValidators.checkIf(BigDecimal value) Validates the state of aBigDecimalstatic BigDecimalValidatorDefaultJavaValidators.checkIf(BigDecimal value, String name) Validates the state of aBigDecimalJavaCheckIf.checkIf(BigDecimal value) Validates the state of aBigDecimal.JavaCheckIf.checkIf(BigDecimal value, String name) Validates the state of aBigDecimal.static BigDecimalValidatorDefaultJavaValidators.requireThat(BigDecimal value, String name) Validates the state of aBigDecimal.JavaRequireThat.requireThat(BigDecimal value, String name) Validates the state of aBigDecimal.static BigDecimalValidatorDefaultJavaValidators.that(BigDecimal value) Validates the state of aBigDecimal.static BigDecimalValidatorDefaultJavaValidators.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.