Function mapError_

  • Type Parameters

    • A

    • E

    • E1

    Parameters

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

          • e: E

          Returns E1

    Returns Source<A, E1>

Generated using TypeDoc