Lines Matching refs:Function

119 ## `Function`
557 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
594 3. `[comparator]` *(Function)*: The comparator invoked per element.
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.
1146 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
1179 2. `[comparator]` *(Function)*: The comparator invoked per element.
1396 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
1431 3. `[comparator]` *(Function)*: The comparator invoked per element.
1502 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1628 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
1718 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
1804 2. `[iteratee]` *(Function)*: The iteratee invoked per element.
1927 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1973 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2048 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
2081 2. `[comparator]` *(Function)*: The comparator invoked per element.
2143 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
2176 2. `[comparator]` *(Function)*: The comparator invoked per element.
2236 2. `[iteratee=_.identity]` *(Function)*: The function to combine regrouped values.
2328 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
2361 2. `[comparator]` *(Function)*: The comparator invoked per element.
2472 2. `[iteratee=_.identity]` *(Function)*: The function to combine grouped values.
2509 2. `[iteratee=_.identity]` *(Function)*: The iteratee to transform keys.
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.
2820 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2857 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
2889 2. `[iteratee=_.identity]` *(Function)*: The iteratee to transform keys.
2962 2. `path` *(Array|Function|string)*: The path of the method to invoke or the function invoked per i…
2995 2. `[iteratee=_.identity]` *(Function)*: The iteratee to transform keys.
3044 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
3089 2. `[iteratees=[_.identity]]` *(Array[]|Function[]|Object[]|string[&#93…
3127 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
3185 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
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.
3457 2. `[iteratees=[_.identity]]` *(...(Function|Function[]))*: The iteratees to sort by.
3516 ## `“Function” Methods`
3531 2. `func` *(Function)*: The function to restrict.
3534 *(Function)*: Returns the new restricted function.
3565 1. `func` *(Function)*: The function to cap arguments for.
3569 *(Function)*: Returns the new capped function.
3594 2. `func` *(Function)*: The function to restrict.
3597 *(Function)*: Returns the new restricted function.
3621 **Note:** Unlike native `Function#bind`, this method doesn't set the "length"
3628 1. `func` *(Function)*: The function to bind.
3633 *(Function)*: Returns the new bound function.
3683 *(Function)*: Returns the new bound function.
3736 1. `func` *(Function)*: The function to curry.
3740 *(Function)*: Returns the new curried function.
3786 1. `func` *(Function)*: The function to curry.
3790 *(Function)*: Returns the new curried function.
3849 1. `func` *(Function)*: The function to debounce.
3857 *(Function)*: Returns the new debounced function.
3894 1. `func` *(Function)*: The function to defer.
3923 1. `func` *(Function)*: The function to delay.
3952 1. `func` *(Function)*: The function to flip arguments for.
3955 *(Function)*: Returns the new flipped function.
3992 1. `func` *(Function)*: The function to have its output memoized.
3993 2. `[resolver]` *(Function)*: The function to resolve the cache key.
3996 *(Function)*: Returns the new memoized function.
4039 1. `predicate` *(Function)*: The predicate to negate.
4042 *(Function)*: Returns the new negated function.
4070 1. `func` *(Function)*: The function to restrict.
4073 *(Function)*: Returns the new restricted function.
4097 1. `func` *(Function)*: The function to wrap.
4098 2. `[transforms=[_.identity]]` *(...(Function|Function[]))*: The argument transforms.
4101 *(Function)*: Returns the new function.
4148 1. `func` *(Function)*: The function to partially apply arguments to.
4152 *(Function)*: Returns the new partially applied function.
4193 1. `func` *(Function)*: The function to partially apply arguments to.
4197 *(Function)*: Returns the new partially applied function.
4232 1. `func` *(Function)*: The function to rearrange arguments for.
4236 *(Function)*: Returns the new function.
4268 1. `func` *(Function)*: The function to apply a rest parameter to.
4272 *(Function)*: Returns the new function.
4295 [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply).
4305 1. `func` *(Function)*: The function to spread arguments over.
4309 *(Function)*: Returns the new function.
4365 1. `func` *(Function)*: The function to throttle.
4372 *(Function)*: Returns the new throttled function.
4402 1. `func` *(Function)*: The function to cap arguments for.
4405 *(Function)*: Returns the new capped function.
4431 2. `[wrapper=identity]` *(Function)*: The wrapper function.
4434 *(Function)*: Returns the new function.
4576 2. `[customizer]` *(Function)*: The function to customize cloning.
4617 2. `[customizer]` *(Function)*: The function to customize cloning.
5161 3. `[customizer]` *(Function)*: The function to customize comparisons.
5260 Checks if `value` is classified as a `Function` object.
5444 3. `[customizer]` *(Function)*: The function to customize comparisons.
6528 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
6587 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
6650 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
6793 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
7055 3. `[customizer]` *(Function)*: The function to customize assigned values.
7094 3. `[customizer]` *(Function)*: The function to customize assigned values.
7262 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
7307 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
7354 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7390 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7428 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7464 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7709 2. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
7849 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7880 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
7966 3. `customizer` *(Function)*: The function to customize assigned values.
8036 2. `[predicate=_.identity]` *(Function)*: The function invoked per property.
8093 2. `[predicate=_.identity]` *(Function)*: The function invoked per property.
8209 4. `[customizer]` *(Function)*: The function to customize assigned values.
8317 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.
8397 3. `updater` *(Function)*: The function to produce the updated value.
8437 3. `updater` *(Function)*: The function to produce the updated value.
8438 4. `[customizer]` *(Function)*: The function to customize assigned values.
8724 2. `interceptor` *(Function)*: The function to invoke.
8758 2. `interceptor` *(Function)*: The function to invoke.
9494 3. `replacement` *(Function|string)*: The match replacement.
9674 *(Function)*: Returns the compiled template function.
10086 1. `func` *(Function)*: The function to attempt.
10162 *(Function)*: Returns the new composite function.
10205 *(Function)*: Returns the new spec function.
10235 *(Function)*: Returns the new constant function.
10295 1. `[funcs]` *(...(Function|Function[]))*: The functions to invoke.
10298 *(Function)*: Returns the new composite function.
10326 1. `[funcs]` *(...(Function|Function[]))*: The functions to invoke.
10329 *(Function)*: Returns the new composite function.
10390 *(Function)*: Returns the callback.
10450 *(Function)*: Returns the new spec function.
10488 *(Function)*: Returns the new spec function.
10520 *(Function)*: Returns the new invoker function.
10556 *(Function)*: Returns the new invoker function.
10590 1. `[object=lodash]` *(Function|Object)*: The destination object.
10633 *(Function)*: Returns the `lodash` function.
10677 *(Function)*: Returns the new pass-thru function.
10705 1. `[iteratees=[_.identity]]` *(...(Function|Function[]))*: The iteratees to invoke.
10708 *(Function)*: Returns the new function.
10733 1. `[predicates=[_.identity]]` *(...(Function|Function[]))*: The predicates to check.
10736 *(Function)*: Returns the new function.
10767 1. `[predicates=[_.identity]]` *(...(Function|Function[]))*: The predicates to check.
10770 *(Function)*: Returns the new function.
10803 *(Function)*: Returns the new accessor function.
10837 *(Function)*: Returns the new accessor function.
10966 *(Function)*: Returns a new `lodash` function.
11125 2. `[iteratee=_.identity]` *(Function)*: The function invoked per iteration.