The arguments to pass to the original functions.
A Promise resolved with the array of settled return values or else rejecting with the first rejection reason or thrown error.
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.
Invokes the specified functions in parallel, handling any returned Promises correctly.