The type of the array elements.
The type of the object containing the transformation functions.
The array of items to process.
An object where each key is associated with a function that processes items of the array.
An object where each key corresponds to the input object's keys and the values are arrays of the results returned by the corresponding function, excluding undefined.
Generated using TypeDoc
Takes an array and a set of functions defined in an object. Each function in the object is applied to all items in the array, creating a new object where each key corresponds to the keys in the input object and the values are arrays of the defined values returned by each function.