Creates a function that runs each argument through a corresponding transform function.
The function to wrap.
Rest
The functions to transform arguments, specified as individual functions or arrays of functions.
Returns the new function.
Creates a function that runs each argument through a corresponding transform function.