public interface BigDecimalPrecisionRequirements extends org.bitbucket.cowwoc.requirements.spi.PrimitiveIntegerRequirementsSpi<BigDecimalPrecisionRequirements>, Isolatable<BigDecimalPrecisionRequirements>
BigDecimal.precision().
| Modifier and Type | Method and Description |
|---|---|
BigDecimalPrecisionRequirements |
isNegative()
Deprecated.
BigDecimal.precision() cannot be negative |
BigDecimalPrecisionRequirements |
isNotPositive()
Deprecated.
BigDecimal.precision() cannot be non-positive |
BigDecimalPrecisionRequirements |
isZero()
Deprecated.
BigDecimal.precision() cannot be zero |
isNullisNotNegative, isNotZero, isPositiveisGreaterThan, isGreaterThan, isGreaterThanOrEqualTo, isGreaterThanOrEqualTo, isIn, isIn, isLessThan, isLessThan, isLessThanOrEqualTo, isLessThanOrEqualToaddContext, isEqualTo, isEqualTo, isIn, isInstanceOf, isNotEqualTo, isNotEqualTo, isNotNull, withContext, withExceptionisolate@Deprecated BigDecimalPrecisionRequirements isZero() throws IllegalArgumentException
BigDecimal.precision() cannot be zeroisZero in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi<BigDecimalPrecisionRequirements,Integer>IllegalArgumentException - if parameter is not zero@Deprecated BigDecimalPrecisionRequirements isNotPositive() throws IllegalArgumentException
BigDecimal.precision() cannot be non-positiveisNotPositive in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi<BigDecimalPrecisionRequirements,Integer>IllegalArgumentException - if parameter is positive@Deprecated BigDecimalPrecisionRequirements isNegative() throws IllegalArgumentException
BigDecimal.precision() cannot be negativeisNegative in interface org.bitbucket.cowwoc.requirements.spi.NumberRequirementsSpi<BigDecimalPrecisionRequirements,Integer>IllegalArgumentException - if parameter is not negativeCopyright © 2016. All rights reserved.