Lines Matching refs:Function
13 * @param {Function} fn - The function you want to eventually apply all
17 * @returns {Function} the partially-applied function
104 * @param {Function} func - The synchronous function, or Promise-returning
466 * @param {Function} [callback] - A callback which is called when all
525 * @param {Function} [callback] - A callback which is called when all
652 * @param {Function} [callback] - A callback which is called when all `iteratee`
765 * @param {Function} [callback] - the final argument should be the callback,
802 * @param {Function} [callback] - A callback which is called when all `iteratee`
825 * @param {Function} [callback] - A callback which is called when all `iteratee`
848 * @param {Function} [callback] - the final argument should be the callback,
906 * @param {Function} [callback] - An optional callback which is called when all
1264 * @param {Function} [callback] - An optional callback which is called when all
1858 * @param {Function} [callback] - A callback which is called after all the
1975 * @returns {Function} a function that composes the `functions` in order
2039 * @returns {Function} an asynchronous function that is the composed
2079 * @param {Function} [callback] - A callback which is called when all `iteratee`
2103 * @param {Function} [callback] - A callback which is called after all the
2144 * @param {Function} [callback] - A callback which is called after all the
2242 * @param {Function} [callback] - A callback which is called after all the
2345 * @param {Function} [callback] - A callback which is called as soon as any
2417 * @param {Function} [callback] - A callback which is called as soon as any
2443 * @param {Function} [callback] - A callback which is called as soon as any
2521 * @param {Function} [callback] - A callback which is called after the test
2567 * @param {Function} [callback] - A callback which is called after the test
2606 * @param {Function} [callback] - A callback which is called when all
2707 * @param {Function} [callback] - A callback which is called when all
2735 * @param {Function} [callback] - A callback which is called when all
2811 * @param {Function} [callback] - A callback which is called after all the
2911 * @param {Function} [callback] - A callback which is called after all the
2936 * @param {Function} [callback] - A callback which is called after all the
2998 * @param {Function} iteratee - A truth test to apply to each item in `coll`.
3001 * @param {Function} [callback] - A callback which is called after all the
3072 * @param {Function} iteratee - A truth test to apply to each item in `coll`.
3075 * @param {Function} [callback] - A callback which is called after all the
3095 * @param {Function} iteratee - A truth test to apply to each item in `coll`.
3098 * @param {Function} [callback] - A callback which is called after all the
3121 * @param {Function} [errback] - when `fn` passes an error to it's callback,
3166 * @param {Function} [callback] - A callback which is called when all `iteratee`
3223 * @param {Function} [callback] - A callback which is called when all `iteratee`
3311 * @param {Function} [callback] - A callback which is called when all `iteratee`
3365 * @param {Function} [callback] - A callback which is called when all `iteratee`
3409 * @param {Function} [callback] - A callback which is called when all `iteratee`
3539 * @param {Function} [callback] - A callback which is called when all `iteratee`
3572 * @param {Function} hasher - An optional function for generating a custom hash
3635 * @param {Function} callback - The function to call on a later loop around
3707 * @param {Function} [callback] - An optional callback to run once all the
3855 * @param {Function} [callback] - An optional callback to run once all the
3869 * @property {Function} length - a function returning the number of items
3873 * @property {Function} running - a function returning the number of items
3875 * @property {Function} workersList - a function returning the array of items
3877 * @property {Function} idle - a function returning false if there are items
3895 * @property {Function} remove - remove items from the queue that match a test
3901 * @property {Function} saturated - a function that sets a callback that is
3905 * @property {Function} unsaturated - a function that sets a callback that is
3911 * @property {Function} empty - a function that sets a callback that is called
3914 * @property {Function} drain - a function that sets a callback that is called
3917 * @property {Function} error - a function that sets a callback that is called
3923 * @property {Function} pause - a function that pauses the processing of tasks
3925 * @property {Function} resume - a function that resumes the processing of
3927 * @property {Function} kill - a function that removes the `drain` callback and
4208 * @param {Function} callback - A callback to run once any of the functions have
4260 * @param {Function} [callback] - A callback which is called after all the
4282 * @returns {Function} - A function that always passes null to it's callback as
4430 * @param {Function} iteratee - An async truth test to apply to each item in
4434 * @param {Function} [callback] - A callback which is called after all the
4499 * @param {Function} iteratee - An async truth test to apply to each item in
4503 * @param {Function} [callback] - A callback which is called after all the
4522 * @param {Function} iteratee - An async truth test to apply to each item in
4526 * @param {Function} [callback] - A callback which is called after all the
4569 * @param {Function} [callback] - An optional callback which is called when the
4767 * @param {Function} [callback] - An optional callback to run once all the
4923 * @param {Function} [callback] - A callback which is called as soon as any
5025 * @param {Function} [callback] - A callback which is called as soon as any
5051 * @param {Function} [callback] - A callback which is called as soon as any
5077 * @param {Function} callback - A callback which is called after all the
5325 * @param {Function} callback - 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}.
5405 * @param {Function} [callback] - A callback which is called after all the
5554 * @param {Function} [callback] - An optional callback which is called when one
5629 * @param {Function} [callback] - A callback which is called after the test
5691 * @param {Function} [callback] - A callback which is called after the test
5733 * @param {Function} [callback] - An optional callback to run once all the
5834 * @typedef {Function} AsyncFunction