Lines Matching refs:invoke

266 * <a href="#_invokeobject-path-args">`_.invoke`</a>
2962 2. `path` *(Array|Function|string)*: The path of the method to invoke or the function invoked per i…
2963 3. `[args]` *(...&#42;)*: The arguments to invoke each method with.
3678 1. `object` *(Object)*: The object to invoke the method on.
3825 delayed `func` invocations and a `flush` method to immediately invoke them.
3895 2. `[args]` *(...&#42;)*: The arguments to invoke `func` with.
3925 3. `[args]` *(...&#42;)*: The arguments to invoke `func` with.
4342 immediately invoke them. Provide `options` to indicate whether `func`
7732 <h3 id="_invokeobject-path-args"><code>_.invoke(object, path, [args])</code></h3>
7733 …L13276 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.invoke "See the npm packa…
7742 2. `path` *(Array|string)*: The path of the method to invoke.
7743 3. `[args]` *(...&#42;)*: The arguments to invoke the method with.
7752 _.invoke(object, 'a[0].b.c.slice', 1, 3);
8619 `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,
8724 2. `interceptor` *(Function)*: The function to invoke.
8758 2. `interceptor` *(Function)*: The function to invoke.
10079 Attempts to invoke `func`, returning either the result or the caught error
10087 2. `[args]` *(...&#42;)*: The arguments to invoke `func` with.
10295 1. `[funcs]` *(...(Function|Function&#91;&#93;))*: The functions to invoke.
10326 1. `[funcs]` *(...(Function|Function&#91;&#93;))*: The functions to invoke.
10516 1. `path` *(Array|string)*: The path of the method to invoke.
10517 2. `[args]` *(...&#42;)*: The arguments to invoke the method with.
10553 2. `[args]` *(...&#42;)*: The arguments to invoke the method with.
10705 1. `[iteratees=[_.identity]]` *(...(Function|Function&#91;&#93;))*: The iteratees to invoke.
11124 1. `n` *(number)*: The number of times to invoke `iteratee`.