• Splits two inputs between two functions.

    Type Parameters

    • B1

    • C1

    Parameters

    • arrow1: Fn<B1, C1>

      The function to be mapped on the first.

    Returns (<B2, C2>(arrow2) => Fn<Tuple<B1, B2>, Tuple<C1, C2>>)

    The composed function.

      • <B2, C2>(arrow2): Fn<Tuple<B1, B2>, Tuple<C1, C2>>
      • Type Parameters

        • B2

        • C2

        Parameters

        • arrow2: Fn<B2, C2>

        Returns Fn<Tuple<B1, B2>, Tuple<C1, C2>>

Generated using TypeDoc