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

    Type Parameters

    • T

    • U

    Parameters

    • fn: ((t) => U)

      The function from T to U.

        • (t): U
        • Parameters

          • t: T

          Returns U

    Returns (<E>(res) => Result<E, U>)

    The mapped function.

Generated using TypeDoc