• Maps the right value of These with fn.

    Type Parameters

    • B

    • C

    Parameters

    • fn: ((b) => C)

      The function to map.

        • (b): C
        • Parameters

          • b: B

          Returns C

    Returns (<A>(t) => These<A, C>)

    The mapped These.

      • <A>(t): These<A, C>
      • Type Parameters

        • A

        Parameters

        Returns These<A, C>

Generated using TypeDoc