• Concurrently map the elements in an iterable to Either or AsyncEitherLike and collect the Right values into a Builder.

    Type Parameters

    • T

    • E

    • T1

    • TFinish

    Parameters

    Returns AsyncEither<E, TFinish>

    Remarks

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

Generated using TypeDoc