Interface FixedPrecisionDecimalNumberComponent<S>

Type Parameters:
S - the type of this validator
All Known Subinterfaces:
DoubleValidator, FloatValidator, PrimitiveDoubleValidator, PrimitiveFloatValidator

public interface FixedPrecisionDecimalNumberComponent<S>
Methods that all fixed-precision Number validators must contain.
  • Method Summary

    Modifier and Type
    Method
    Description
    Ensures that the value is a finite number.
    Ensures that the value is an infinite number.
    Ensures that the value is the result of a mathematically undefined numerical operation (such as division by zero) or don't have a representation in real numbers (such as the square-root of -1).
    Ensures that the value is a well-defined number.