The arguments to pass to the original functions.
A Promise resolved with the last function's settled return value, or rejected if any function rejects or throws an error. The functions will be passed the incoming arguments along with the value returned by the previous function.
Adds one or more functions to the underlying Set and returns the original grouped function for chaining.
One or more functions to add to the underlying collection.
The original grouped function instance.
Creates and returns a new copy of the grouped function. Methods can be added or removed from this function without modifying the original.
A new copy of the original grouped function that can be modified without affecting the original.
Adds one or more functions to the underlying Set, starting at the given index, and returns the original grouped function for chaining.
The position at which to begin inserting functions.
One or more functions to insert into the underlying Set.
The original grouped function instance.
Removes one or more functions from the underlying Set and returns the original grouped function for chaining.
One or more functions to remove from the underlying Set.
The original grouped function instance.