• Concurrently evaluate the Maybe or AsyncMaybeLike in an iterable and collect the Just values into a Builder.

    Type Parameters

    • T

    • TFinish

    Parameters

    Returns AsyncMaybe<TFinish>

    Remarks

    If any Maybe is Nothing, the state of the provided Builder is undefined.

Generated using TypeDoc