• Maps both elements by two each mapper function.

    Type Parameters

    • A

    • B

    Parameters

    • first: ((a) => B)

      The function which maps from A.

        • (a): B
        • Parameters

          • a: A

          Returns B

    Returns (<C, D>(second) => ((curr) => Tuple<B, D>))

    The mapped tuple.

      • <C, D>(second): ((curr) => Tuple<B, D>)
      • Type Parameters

        • C

        • D

        Parameters

        • second: ((c) => D)
            • (c): D
            • Parameters

              • c: C

              Returns D

        Returns ((curr) => Tuple<B, D>)

Generated using TypeDoc