Uses of Class
specialized_checkers.math.numbers.decimalTypes.CheckerDouble
Packages that use CheckerDouble
-
Uses of CheckerDouble in specialized_checkers.math.numbers.decimalTypes
Subclasses with type arguments of type CheckerDouble in specialized_checkers.math.numbers.decimalTypesModifier and TypeClassDescriptionclass
Checker forDouble
instances, providing fluent validation methods for double-precision floating-point numbers.Classes in specialized_checkers.math.numbers.decimalTypes that implement interfaces with type arguments of type CheckerDoubleModifier and TypeClassDescriptionclass
Checker forDouble
instances, providing fluent validation methods for double-precision floating-point numbers.Methods in specialized_checkers.math.numbers.decimalTypes that return CheckerDoubleModifier and TypeMethodDescriptionstatic CheckerDouble
Creates a newCheckerDouble
for the givenDouble
instance with a default name.static CheckerDouble
Creates a newCheckerDouble
for the givenDouble
instance with a custom name.static CheckerDouble
Creates a newCheckerDouble
for the givenNumber
instance with a default name.static CheckerDouble
Creates a newCheckerDouble
for the givenNumber
instance with a custom name.CheckerDouble.isGreaterOrEqualTo
(Byte number) Asserts that theDouble
value is greater than or equal to the specifiedByte
value.CheckerDouble.isGreaterOrEqualTo
(Double number) Asserts that theDouble
value is greater than or equal to the specifiedDouble
value.CheckerDouble.isGreaterOrEqualTo
(Float number) Asserts that theDouble
value is greater than or equal to the specifiedFloat
value.CheckerDouble.isGreaterOrEqualTo
(Integer number) Asserts that theDouble
value is greater than or equal to the specifiedInteger
value.CheckerDouble.isGreaterOrEqualTo
(Long number) Asserts that theDouble
value is greater than or equal to the specifiedLong
value.CheckerDouble.isGreaterOrEqualTo
(Short number) Asserts that theDouble
value is greater than or equal to the specifiedShort
value.CheckerDouble.isGreaterThan
(Byte number) Asserts that theDouble
value is greater than the specified value.CheckerDouble.isGreaterThan
(Double number) Asserts that theDouble
value is greater than the specifiedDouble
value.CheckerDouble.isGreaterThan
(Float number) Asserts that theDouble
value is greater than the specifiedFloat
value.CheckerDouble.isGreaterThan
(Integer number) Asserts that theDouble
value is less than the specified value.CheckerDouble.isGreaterThan
(Long number) Asserts that theDouble
value is less than or equal to the specified value.CheckerDouble.isGreaterThan
(Short number) Asserts that theDouble
value is greater than or equal to the specified value.CheckerDouble.isInfinite()
Asserts that theDouble
value is infinite.CheckerDouble.isLessOrEqualTo
(Byte number) Asserts that theDouble
value is less than or equal to the specifiedByte
value.CheckerDouble.isLessOrEqualTo
(Double number) Asserts that theDouble
value is less than or equal to the specifiedDouble
value.CheckerDouble.isLessOrEqualTo
(Float number) Asserts that theDouble
value is less than or equal to the specifiedFloat
value.CheckerDouble.isLessOrEqualTo
(Integer number) Asserts that theDouble
value is less than or equal to the specifiedInteger
value.CheckerDouble.isLessOrEqualTo
(Long number) Asserts that theDouble
value is less than or equal to the specifiedLong
value.CheckerDouble.isLessOrEqualTo
(Short number) Asserts that theDouble
value is less than or equal to the specifiedShort
value.CheckerDouble.isLessThan
(Byte number) Asserts that theDouble
value is less than to the specifiedByte
value.CheckerDouble.isLessThan
(Double number) Asserts that theDouble
value is less than the specifiedDouble
value.CheckerDouble.isLessThan
(Float number) Asserts that theDouble
value is less than the specifiedFloat
value.CheckerDouble.isLessThan
(Integer number) Asserts that theDouble
value is less than to the specifiedInteger
value.CheckerDouble.isLessThan
(Long number) Asserts that theDouble
value is less than to the specifiedLong
value.CheckerDouble.isLessThan
(Short number) Asserts that theDouble
value is less than to the specifiedShort
value.CheckerDouble.isNaN()
Asserts that theDouble
value is NaN (not a number).CheckerDouble.isNegative()
Asserts that theDouble
value is negative (less than zero).CheckerDouble.isNegativeOrZero()
Asserts that theDouble
value is negative or zero (less than or equal to zero).CheckerDouble.isPositive()
Asserts that theDouble
value is positive (greater than zero).CheckerDouble.isPositiveOrZero()
Asserts that theDouble
value is positive or zero (greater than or equal to zero).CheckerDouble.isZero()
Asserts that theDouble
value is zero.protected CheckerDouble
CheckerDouble.self()
Returns this checker instance (for fluent API usage). -
Uses of CheckerDouble in util
Methods in util that return CheckerDoubleModifier and TypeMethodDescriptionChecker.isDouble()
Checks if the object is a Double and returns a CheckerDouble for further validation.