• Evaluate the Maybe in an async iterable and collect the Just values into a Builder.

    Type Parameters

    • T

    • TFinish

    Parameters

    • elems: AsyncIterable<Maybe<T>>
    • builder: Builder<T, TFinish>

    Returns AsyncMaybe<TFinish>

    Remarks

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

Generated using TypeDoc