v1.1.0
The following static utility methods were added in these release:
- Methods for checking and validating if a number is less than a given base value.
- Methods for checking and validating if a number is less than or equal to a given base value.
- Methods for checking and validating if a number is greater than a given base value.
- Methods for checking and validating if a number is greater than or equal a given base value.
A number in this context includes the following primitives:
int
,long
,float
,double
and instances of thejava.math.BigDecimal
class.