number library

Classes

EightBitNumberRule
Checks if the given input is 8 bit.
GreaterThanNumberRule<NUM extends num>
Checks if the given input is greater than another given number.
LesserThanNumberRule<NUM extends num>
Checks if the given input is lesser than another given number.
NumberRangeRule<NUM extends num>
Checks if the given input is within the given range.
PercentNumberRule
Checks if the given input is within 100%.
PositiveNumberRangeRule
Checks if the given input is greater than 0 and within the given upper bound.
PositiveNumberRule
Checks if the given input is greater than 0.
ThirtyTwoBitNumberRule
Checks if the given input is 32 bit.