• Evaluate the Ior in an async iterable and collect the right-hand values in an array.

    Type Parameters

    Parameters

    • elems: AsyncIterable<Ior<A, B>>

    Returns AsyncIor<A, B[]>

    Remarks

    This function turns an async iterable of Ior "inside out". For example, AsyncIterable<Ior<E, T>> becomes AsyncIor<E, T[]>.

Generated using TypeDoc