Lines Matching refs:new

432 *(Array)*: Returns the new array of chunks.
461 *(Array)*: Returns the new array of filtered values.
477 Creates a new array concatenating `array` with any additional arrays
488 *(Array)*: Returns the new concatenated array.
516 **Note:** Unlike `_.pullAll`, this method returns a new array.
526 *(Array)*: Returns the new array of filtered values.
549 **Note:** Unlike `_.pullAllBy`, this method returns a new array.
560 *(Array)*: Returns the new array of filtered values.
586 **Note:** Unlike `_.pullAllWith`, this method returns a new array.
597 *(Array)*: Returns the new array of filtered values.
919 *(Array)*: Returns the new flattened array.
944 *(Array)*: Returns the new flattened array.
970 *(Array)*: Returns the new flattened array.
1001 *(Object)*: Returns the new object.
1119 *(Array)*: Returns the new array of intersecting values.
1149 *(Array)*: Returns the new array of intersecting values.
1182 *(Array)*: Returns the new array of intersecting values.
1467 *(Array)*: Returns the new array of removed elements.
1505 *(Array)*: Returns the new array of removed elements.
1780 *(Array)*: Returns the new duplicate free array.
1807 *(Array)*: Returns the new duplicate free array.
2021 *(Array)*: Returns the new array of combined values.
2051 *(Array)*: Returns the new array of combined values.
2084 *(Array)*: Returns the new array of combined values.
2116 *(Array)*: Returns the new duplicate free array.
2146 *(Array)*: Returns the new duplicate free array.
2179 *(Array)*: Returns the new duplicate free array.
2208 *(Array)*: Returns the new array of regrouped elements.
2239 *(Array)*: Returns the new array of regrouped elements.
2263 **Note:** Unlike `_.pull`, this method returns a new array.
2273 *(Array)*: Returns the new array of filtered values.
2301 *(Array)*: Returns the new array of filtered values.
2331 *(Array)*: Returns the new array of filtered values.
2364 *(Array)*: Returns the new array of filtered values.
2394 *(Array)*: Returns the new array of grouped elements.
2421 *(Object)*: Returns the new object.
2447 *(Object)*: Returns the new object.
2475 *(Array)*: Returns the new array of grouped elements.
2588 **Note:** Unlike `_.remove`, this method returns a new array.
2598 *(Array)*: Returns the new filtered array.
2720 *(Array)*: Returns the new flattened array.
2751 *(Array)*: Returns the new flattened array.
2783 *(Array)*: Returns the new flattened array.
3047 *(Array)*: Returns the new mapped array.
3093 *(Array)*: Returns the new sorted array.
3256 *(Array)*: Returns the new filtered array.
3354 *(Array)*: Returns the new shuffled array.
3460 *(Array)*: Returns the new sorted array.
3534 *(Function)*: Returns the new restricted function.
3569 *(Function)*: Returns the new capped function.
3597 *(Function)*: Returns the new restricted function.
3633 *(Function)*: Returns the new bound function.
3683 *(Function)*: Returns the new bound function.
3740 *(Function)*: Returns the new curried function.
3790 *(Function)*: Returns the new curried function.
3857 *(Function)*: Returns the new debounced function.
3872 var source = new EventSource('/stream');
3955 *(Function)*: Returns the new flipped function.
3996 *(Function)*: Returns the new memoized function.
4042 *(Function)*: Returns the new negated function.
4073 *(Function)*: Returns the new restricted function.
4101 *(Function)*: Returns the new function.
4152 *(Function)*: Returns the new partially applied function.
4197 *(Function)*: Returns the new partially applied function.
4236 *(Function)*: Returns the new function.
4272 *(Function)*: Returns the new function.
4309 *(Function)*: Returns the new function.
4372 *(Function)*: Returns the new throttled function.
4405 *(Function)*: Returns the new capped function.
4434 *(Function)*: Returns the new function.
4866 _.isArrayBuffer(new ArrayBuffer(2));
4869 _.isArrayBuffer(new Array(2));
4993 _.isBuffer(new Buffer(2));
4996 _.isBuffer(new Uint8Array(2));
5021 _.isDate(new Date);
5207 _.isError(new Error);
5377 _.isMap(new Map);
5380 _.isMap(new WeakMap);
5498 _.isNaN(new Number(NaN));
5652 of `Object`. *(e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)*
5739 _.isPlainObject(new Foo);
5840 _.isSet(new Set);
5843 _.isSet(new WeakSet);
5924 _.isTypedArray(new Uint8Array);
5980 _.isWeakMap(new WeakMap);
5983 _.isWeakMap(new Map);
6008 _.isWeakSet(new WeakSet);
6011 _.isWeakSet(new Set);
6286 _.assign({ 'a': 1 }, new Foo);
6289 _.assign({ 'a': 1 }, _.toPlainObject(new Foo));
6982 _.assign({ 'a': 0 }, new Foo, new Bar);
7026 _.assignIn({ 'a': 0 }, new Foo, new Bar);
7159 *(Object)*: Returns the new object.
7176 var circle = new Circle;
7368 _.forIn(new Foo, function(value, key) {
7404 _.forInRight(new Foo, function(value, key) {
7442 _.forOwn(new Foo, function(value, key) {
7478 _.forOwnRight(new Foo, function(value, key) {
7513 _.functions(new Foo);
7546 _.functionsIn(new Foo);
7680 *(Object)*: Returns the new inverted object.
7712 *(Object)*: Returns the new inverted object.
7789 _.keys(new Foo);
7827 _.keysIn(new Foo);
7852 *(Object)*: Returns the new mapped object.
7883 *(Object)*: Returns the new mapped object.
8008 *(Object)*: Returns the new object.
8039 *(Object)*: Returns the new object.
8067 *(Object)*: Returns the new object.
8096 *(Object)*: Returns the new object.
8255 _.toPairs(new Foo);
8292 _.toPairsIn(new Foo);
8304 An alternative to `_.reduce`; this method transforms `object` to a new
8308 provided, a new object with the same `[[Prototype]]` will be used. The
8482 _.values(new Foo);
8521 _.valuesIn(new Foo);
8643 *(Object)*: Returns the new `lodash` wrapper instance.
8686 *(Object)*: Returns the new `lodash` wrapper instance.
8819 *(Object)*: Returns the new `lodash` wrapper instance.
8843 *(Object)*: Returns the new `lodash` wrapper instance.
8879 *(Object)*: Returns the new `lodash` wrapper instance.
8948 *(Object)*: Returns the new `lodash` wrapper instance.
8983 *(Object)*: Returns the new `lodash` wrapper instance.
10162 *(Function)*: Returns the new composite function.
10205 *(Function)*: Returns the new spec function.
10232 1. `value` *(*)*: The value to return from the new function.
10235 *(Function)*: Returns the new constant function.
10298 *(Function)*: Returns the new composite function.
10329 *(Function)*: Returns the new composite function.
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.
10677 *(Function)*: Returns the new pass-thru function.
10708 *(Function)*: Returns the new function.
10736 *(Function)*: Returns the new function.
10770 *(Function)*: Returns the new function.
10803 *(Function)*: Returns the new accessor function.
10837 *(Function)*: Returns the new accessor function.
10957 Create a new pristine `lodash` function using the `context` object.
10966 *(Function)*: Returns a new `lodash` function.
10997 This method returns a new empty array.
11003 *(Array)*: Returns the new empty array.
11046 This method returns a new empty object.
11052 *(Object)*: Returns the new empty object.
11156 *(Array)*: Returns the new property path array.