Function tapError_

  • Type Parameters

    • A

    • E

    Parameters

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

          • e: E

          Returns any

    Returns Source<A, E>

Generated using TypeDoc