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

    Type Parameters

    • T

    • TFinish

    Parameters

    Returns Maybe<TFinish>

    Remarks

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

Generated using TypeDoc