Function mapError

  • Type Parameters

    • E

    • E1

    Parameters

    • f: ((e: E) => E1)
        • (e: E): E1
        • Parameters

          • e: E

          Returns E1

    Returns (<A>(self: Source<A, E>) => Source<A, E1>)

Generated using TypeDoc