Lines Matching refs:thru
297 * <a href="#_thruvalue-interceptor">`_.thru`</a>
2500 each element of `collection` thru `iteratee`. The corresponding value of
2709 thru `iteratee` and flattening the mapped results. The iteratee is invoked
2879 each element of `collection` thru `iteratee`. The order of grouped values
2986 each element of `collection` thru `iteratee`. The corresponding value of
3024 Creates an array of values by running each element in `collection` thru
3165 each element in `collection` thru `iteratee`, where each successive
3448 running each element in a collection thru each iteratee. This method
7699 from the results of running each element of `object` thru `iteratee`. The
7841 string keyed property of `object` thru `iteratee`. The iteratee is invoked
7871 by running each own enumerable string keyed property of `object` thru
8306 enumerable string keyed properties thru `iteratee`, with each invocation
8604 `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,
8746 <h3 id="_thruvalue-interceptor"><code>_.thru(value, interceptor)</code></h3>
8750 The purpose of this method is to "pass thru" values replacing intermediate
8768 .thru(function(value) {
10677 *(Function)*: Returns the new pass-thru function.