Lines Matching refs:iteration

694 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
740 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
826 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
872 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1502 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1927 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1973 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2547 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2595 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2640 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2686 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2717 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2748 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2779 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2805 Iteratee functions may exit iteration early by explicitly returning `false`.
2810 or `_.forOwn` for object iteration.
2820 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2835 // => Logs 'a' then 'b' (iteration order is not guaranteed).
2857 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2962 … *(Array|Function|string)*: The path of the method to invoke or the function invoked per iteration.
3044 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
3059 // => [16, 64] (iteration order is not guaranteed)
3127 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
3185 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
3202 // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
3221 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
3253 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
3411 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
7262 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
7276 // => 'barney' (iteration order is not guaranteed)
7307 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
7347 iteration early by explicitly returning `false`.
7354 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7371 // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed).
7390 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7420 arguments: *(value, key, object)*. Iteratee functions may exit iteration
7428 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7445 // => Logs 'a' then 'b' (iteration order is not guaranteed).
7464 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7790 // => ['a', 'b'] (iteration order is not guaranteed)
7828 // => ['a', 'b', 'c'] (iteration order is not guaranteed)
7849 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7880 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7893 // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)
7897 // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)
8256 // => [['a', 1], ['b', 2]] (iteration order is not guaranteed)
8293 // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed)
8310 Iteratee functions may exit iteration early by explicitly returning `false`.
8317 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
8483 // => [1, 2] (iteration order is not guaranteed)
8522 // => [1, 2, 3] (iteration order is not guaranteed)
11125 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.