• Maps the function onto Result<_, T>.

    Type Parameters

    • E

    • F

    Parameters

    • fn: ((t) => F)

      The function from E to F.

        • (t): F
        • Parameters

          • t: E

          Returns F

    Returns (<T>(res) => Result<F, T>)

    The mapped function.

Generated using TypeDoc