Class Flattened<X,​Y>

  • Type Parameters:
    X - Type of input
    Y - Type of output
    All Implemented Interfaces:
    Func<X,​Y>

    public final class Flattened<X,​Y>
    extends FuncEnvelope<X,​Y>
    Func from Func of Scalar.

    There is no thread-safety guarantee.

    Since:
    0.48
    • Constructor Detail

      • Flattened

        public Flattened​(Func<X,​Scalar<Y>> sclr)
        Ctor.
        Parameters:
        sclr - The func