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