• Applies the parameters to the functions with all combinations.

    Type Parameters

    • A

    • B

    Parameters

    • fs: List<((a) => B)>

      The list of function.

    Returns ((xs) => List<B>)

    The applied values.

Generated using TypeDoc