• Creates a CombineFn<I, ..., I> out of a binary operator (which must be commutative and associative).

    Type Parameters

    • I

    Parameters

    • combiner: ((a: I, b: I) => I)
        • (a: I, b: I): I
        • Parameters

          • a: I
          • b: I

          Returns I

    Returns CombineFn<I, I | undefined, I>

Generated using TypeDoc