Class ScalarEnvelope<T>

    • Constructor Detail

      • ScalarEnvelope

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

      • value

        public final 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