Class NoNulls<T>

  • Type Parameters:
    T - Type of result
    All Implemented Interfaces:
    Scalar<T>

    public final class NoNulls<T>
    extends Object
    implements Scalar<T>
    Scalar check for no nulls.
    Since:
    0.11
    • Constructor Detail

      • NoNulls

        public NoNulls​(Scalar<? extends T> sclr)
        Ctor.
        Parameters:
        sclr - The scalar
    • Method Detail

      • value

        public T value()
                throws Exception
        Description copied from interface: Scalar
        Convert it to the value.
        Specified by:
        value in interface Scalar<T>
        Returns:
        The value
        Throws:
        Exception - If fails