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

    Type Parameters

    Parameters

    • elems: AsyncIterable<Ior<A, B>>
    • builder: Builder<B, TFinish>

    Returns AsyncIor<A, TFinish>

    Remarks

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

Generated using TypeDoc