mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Doc cleanup of aggregator methods. [ci skip]
This commit is contained in:
@@ -7311,7 +7311,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Collection
|
* @category Collection
|
||||||
* @param {Array|Object} collection The collection to iterate over.
|
* @param {Array|Object} collection The collection to iterate over.
|
||||||
* @param {Function|Object|string} [iteratee=_.identity] The iteratee invoked per element.
|
* @param {Function|Object|string} [iteratee=_.identity] The iteratee to transform keys.
|
||||||
* @returns {Object} Returns the composed aggregate object.
|
* @returns {Object} Returns the composed aggregate object.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
@@ -7535,14 +7535,14 @@
|
|||||||
/**
|
/**
|
||||||
* Creates an object composed of keys generated from the results of running
|
* Creates an object composed of keys generated from the results of running
|
||||||
* each element of `collection` through `iteratee`. The corresponding value
|
* each element of `collection` through `iteratee`. The corresponding value
|
||||||
* of each key is an array of the elements responsible for generating the key.
|
* of each key is an array of elements responsible for generating the key.
|
||||||
* The iteratee is invoked with one argument: (value).
|
* The iteratee is invoked with one argument: (value).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Collection
|
* @category Collection
|
||||||
* @param {Array|Object} collection The collection to iterate over.
|
* @param {Array|Object} collection The collection to iterate over.
|
||||||
* @param {Function|Object|string} [iteratee=_.identity] The iteratee invoked per element.
|
* @param {Function|Object|string} [iteratee=_.identity] The iteratee to transform keys.
|
||||||
* @returns {Object} Returns the composed aggregate object.
|
* @returns {Object} Returns the composed aggregate object.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
@@ -7647,7 +7647,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Collection
|
* @category Collection
|
||||||
* @param {Array|Object} collection The collection to iterate over.
|
* @param {Array|Object} collection The collection to iterate over.
|
||||||
* @param {Function|Object|string} [iteratee=_.identity] The iteratee invoked per element.
|
* @param {Function|Object|string} [iteratee=_.identity] The iteratee to transform keys.
|
||||||
* @returns {Object} Returns the composed aggregate object.
|
* @returns {Object} Returns the composed aggregate object.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user