Function allInto

  • Evaluate the Ior in an iterable and collect the right-hand values into a Builder.

    Type Parameters

    Parameters

    • iors: Iterable<Ior<A, B>>
    • builder: Builder<B, TFinish>

    Returns Ior<A, TFinish>

    Remarks

    If any Ior is Left, the state of the provided Builder is undefined.

Generated using TypeDoc