• Type Parameters

    • A

    • E

    Parameters

    • self: Source<A, E>
    • f: ((a: A) => any)
        • (a: A): any
        • Parameters

          • a: A

          Returns any

    Returns Source<A, E>

Generated using TypeDoc