Uses of Interface
com.luchersol.core.specialized_checkers.math.numbers.InterfaceCheckerNumber
Packages that use InterfaceCheckerNumber
Package
Description
Specialized checkers for numeric types and operations.
Specialized checkers for arbitrary precision numeric types.
Specialized checkers for floating-point numeric types.
Specialized checkers for integer numeric types.
-
Uses of InterfaceCheckerNumber in com.luchersol.core.specialized_checkers.math.numbers
Classes in com.luchersol.core.specialized_checkers.math.numbers with type parameters of type InterfaceCheckerNumberModifier and TypeInterfaceDescriptioninterfaceInterfaceCheckerNumber<T extends InterfaceCheckerNumber<T>>Interface for fluent number checkers, providing common validation methods for numeric types. -
Uses of InterfaceCheckerNumber in com.luchersol.core.specialized_checkers.math.numbers.bigTypes
Classes in com.luchersol.core.specialized_checkers.math.numbers.bigTypes that implement InterfaceCheckerNumberModifier and TypeClassDescriptionclassA specialized checker forBigDecimalinstances, providing fluent API methods to assert various behaviors and properties of arbitrary-precision decimal numbers, such as positivity, negativity, zero value, and comparisons against other numeric values.classA specialized checker forBigIntegerinstances, providing fluent API methods to assert various behaviors and properties of arbitrary-precision integer numbers, such as evenness, oddness, divisibility, primality, positivity, negativity, zero value, and comparisons against other numeric values. -
Uses of InterfaceCheckerNumber in com.luchersol.core.specialized_checkers.math.numbers.decimalTypes
Classes in com.luchersol.core.specialized_checkers.math.numbers.decimalTypes that implement InterfaceCheckerNumberModifier and TypeClassDescriptionclassA specialized checker forDoubleinstances, providing fluent API methods to assert various properties of double-precision floating-point numbers, such as positivity, negativity, zero value, infinity, NaN, and numeric comparisons.classA specialized checker forFloatinstances, providing fluent API methods to assert various properties of double-precision floating-point numbers, such as positivity, negativity, zero value, infinity, NaN, and numeric comparisons. -
Uses of InterfaceCheckerNumber in com.luchersol.core.specialized_checkers.math.numbers.integerTypes
Classes in com.luchersol.core.specialized_checkers.math.numbers.integerTypes that implement InterfaceCheckerNumberModifier and TypeClassDescriptionclassA specialized checker forIntegerinstances, providing fluent API methods to assert various properties, such as positivity, negativity, zero value, even or odd and numeric comparisons.classA specialized checker forLonginstances, providing fluent API methods to assert various properties, such as positivity, negativity, zero value, even or odd and numeric comparisons.