Class SolidBiFunc<X,​Y,​Z>

  • Type Parameters:
    X - Type of first input
    Y - Type of second input
    Z - Type of output
    All Implemented Interfaces:
    BiFunc<X,​Y,​Z>

    public final class SolidBiFunc<X,​Y,​Z>
    extends BiFuncEnveloppe<X,​Y,​Z>
    BiFunc that is thread-safe and sticky.

    Objects of this class are thread safe.

    Since:
    0.24
    • Constructor Detail

      • SolidBiFunc

        public SolidBiFunc​(BiFunc<X,​Y,​Z> fnc)
        Ctor.
        Parameters:
        fnc - Func original
      • SolidBiFunc

        public SolidBiFunc​(BiFunc<X,​Y,​Z> fnc,
                           int max)
        Ctor.
        Parameters:
        fnc - Func original
        max - Max buffer length
        Since:
        0.26