Function invoked for each element in a collection.
Callback function.
Callback invoked either upon processing all collection elements or upon encountering an error.
Invokes the provided function for each element in a collection and updates a collection in-place.
Function invoked for each element in a collection.
Callback function.
Callback invoked either upon processing all collection elements or upon encountering an error.
Function invoked for each element in a collection.
Function invoked for each element in a collection.
Callback invoked either upon processing all collection elements or upon encountering an error.
Callback function.
Invokes a function once for each element in a collection and updates a collection in-place.
done
callback for subsequent error handling. Note, however, that the function may have mutated an input collection during prior invocations, resulting in a partially mutated collection.done
callback in a function which either executes at the end of the current stack (e.g., nextTick
) or during a subsequent turn of the event loop (e.g., setImmediate
, setTimeout
).
Callback invoked either upon processing all collection elements or upon encountering an error.
error argument
updated input collection