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