Lines Matching refs:Collections

450 …* The same as [`eachOf`]{@link module:Collections.eachOf} but runs a maximum of `limit` async oper…
455 * @memberOf module:Collections
457 * @see [async.eachOf]{@link module:Collections.eachOf}
510 …* Like [`each`]{@link module:Collections.each}, except that it passes the key (or index) as the se…
515 * @memberOf module:Collections
519 * @see [async.each]{@link module:Collections.each}
644 * @memberOf module:Collections
789 …* The same as [`eachOf`]{@link module:Collections.eachOf} but runs only a single async operation a…
793 * @memberOf module:Collections
795 * @see [async.eachOf]{@link module:Collections.eachOf}
812 …* The same as [`map`]{@link module:Collections.map} but runs only a single async operation at a ti…
816 * @memberOf module:Collections
818 * @see [async.map]{@link module:Collections.map}
1845 * @memberOf module:Collections
2065 …* The same as [`map`]{@link module:Collections.map} but runs a maximum of `limit` async operations…
2069 * @memberOf module:Collections
2071 * @see [async.map]{@link module:Collections.map}
2090 …* The same as [`concat`]{@link module:Collections.concat} but runs a maximum of `limit` async oper…
2094 * @memberOf module:Collections
2096 * @see [async.concat]{@link module:Collections.concat}
2137 * @memberOf module:Collections
2229 …* The same as [`concat`]{@link module:Collections.concat} but runs only a single async operation a…
2233 * @memberOf module:Collections
2235 * @see [async.concat]{@link module:Collections.concat}
2333 * [`detectSeries`]{@link module:Collections.detectSeries}.
2337 * @memberOf module:Collections
2340 * @category Collections
2402 …* The same as [`detect`]{@link module:Collections.detect} but runs a maximum of `limit` async oper…
2407 * @memberOf module:Collections
2409 * @see [async.detect]{@link module:Collections.detect}
2411 * @category Collections
2430 …* The same as [`detect`]{@link module:Collections.detect} but runs only a single async operation a…
2434 * @memberOf module:Collections
2436 * @see [async.detect]{@link module:Collections.detect}
2438 * @category Collections
2597 * @memberOf module:Collections
2691 …* The same as [`each`]{@link module:Collections.each} but runs a maximum of `limit` async operatio…
2695 * @memberOf module:Collections
2697 * @see [async.each]{@link module:Collections.each}
2717 …* The same as [`each`]{@link module:Collections.each} but runs only a single async operation at a …
2719 …* Note, that unlike [`each`]{@link module:Collections.each}, this function applies iteratee to eac…
2724 * @memberOf module:Collections
2726 * @see [async.each]{@link module:Collections.each}
2802 * @memberOf module:Collections
2896 …* The same as [`every`]{@link module:Collections.every} but runs a maximum of `limit` async operat…
2900 * @memberOf module:Collections
2902 * @see [async.every]{@link module:Collections.every}
2922 …* The same as [`every`]{@link module:Collections.every} but runs only a single async operation at …
2926 * @memberOf module:Collections
2928 * @see [async.every]{@link module:Collections.every}
2993 * @memberOf module:Collections
3060 …* The same as [`filter`]{@link module:Collections.filter} but runs a maximum of `limit` async oper…
3065 * @memberOf module:Collections
3067 * @see [async.filter]{@link module:Collections.filter}
3085 …* The same as [`filter`]{@link module:Collections.filter} but runs only a single async operation a…
3089 * @memberOf module:Collections
3091 * @see [async.filter]{@link module:Collections.filter}
3152 …* The same as [`groupBy`]{@link module:Collections.groupBy} but runs a maximum of `limit` async op…
3156 * @memberOf module:Collections
3158 * @see [async.groupBy]{@link module:Collections.groupBy}
3215 * @memberOf module:Collections
3298 …* The same as [`groupBy`]{@link module:Collections.groupBy} but runs only a single async operation…
3302 * @memberOf module:Collections
3304 * @see [async.groupBy]{@link module:Collections.groupBy}
3350 …* The same as [`mapValues`]{@link module:Collections.mapValues} but runs a maximum of `limit` asyn…
3355 * @memberOf module:Collections
3357 * @see [async.mapValues]{@link module:Collections.mapValues}
3387 * A relative of [`map`]{@link module:Collections.map}, designed for use with objects.
3401 * @memberOf module:Collections
3526 …* The same as [`mapValues`]{@link module:Collections.mapValues} but runs only a single async opera…
3530 * @memberOf module:Collections
3532 * @see [async.mapValues]{@link module:Collections.mapValues}
4243 * Same as [`reduce`]{@link module:Collections.reduce}, only operates on `array` in reverse order.
4247 * @memberOf module:Collections
4249 * @see [async.reduce]{@link module:Collections.reduce}
4421 …* The opposite of [`filter`]{@link module:Collections.filter}. Removes values that pass an `async`…
4425 * @memberOf module:Collections
4427 * @see [async.filter]{@link module:Collections.filter}
4488 …* The same as [`reject`]{@link module:Collections.reject} but runs a maximum of `limit` async oper…
4493 * @memberOf module:Collections
4495 * @see [async.reject]{@link module:Collections.reject}
4513 …* The same as [`reject`]{@link module:Collections.reject} but runs only a single async operation a…
4517 * @memberOf module:Collections
4519 * @see [async.reject]{@link module:Collections.reject}
4914 * @memberOf module:Collections
5010 …* The same as [`some`]{@link module:Collections.some} but runs a maximum of `limit` async operatio…
5014 * @memberOf module:Collections
5016 * @see [async.some]{@link module:Collections.some}
5037 …* The same as [`some`]{@link module:Collections.some} but runs only a single async operation at a …
5041 * @memberOf module:Collections
5043 * @see [async.some]{@link module:Collections.some}
5068 * @memberOf module:Collections
5325 * @param {Function} callback - see [async.map]{@link module:Collections.map}.
5335 * manner you would use with [map]{@link module:Collections.map}.
5341 * @see [async.map]{@link module:Collections.map}
5346 * @param {Function} callback - see {@link module:Collections.map}.
5382 * @param {Function} callback - see {@link module:Collections.map}.
5396 * @memberOf module:Collections