Lines Matching refs:applyEach
220 function applyEach (eachfn) { function
221 return function applyEach(fns, ...callArgs) { function
756 * @name applyEach
772 * const appliedFn = async.applyEach([enableSearch, updateSchema], 'bucket')
782 * async (bucket) => async.applyEach([enableSearch, updateSchema], bucket)(),
786 var applyEach$1 = applyEach(map$1);
836 …* The same as [`applyEach`]{@link module:ControlFlow.applyEach} but runs only a single async opera…
842 * @see [async.applyEach]{@link module:ControlFlow.applyEach}
854 var applyEachSeries = applyEach(mapSeries$1);
5840 applyEach: applyEach$1,
5947 export { apply, applyEach$1 as applyEach, applyEachSeries, asyncify, auto, autoInject, cargo, cargo…