• Map the elements in an iterable to Maybe or AsyncMaybeLike and collect the Just values into a Builder.

    Type Parameters

    • T

    • T1

    • TFinish

    Parameters

    Returns AsyncMaybe<TFinish>

    Remarks

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

Generated using TypeDoc