Lines Matching refs:returns

516 **Note:** Unlike `_.pullAll`, this method returns a new array.
549 **Note:** Unlike `_.pullAllBy`, this method returns a new array.
586 **Note:** Unlike `_.pullAllWith`, this method returns a new array.
686 Elements are dropped until `predicate` returns falsey. The predicate is
732 Elements are dropped until `predicate` returns falsey. The predicate is
818 This method is like `_.find` except that it returns the index of the first
819 element `predicate` returns truthy for instead of the element itself.
991 The inverse of `_.toPairs`; this method returns an object composed
1453 Removes elements from `array` corresponding to `indexes` and returns an
1489 Removes all elements from `array` that `predicate` returns truthy for
1490 and returns an array of the removed elements. The predicate is invoked
1680 This method is like `_.sortedIndex` except that it returns the highest
1919 taken until `predicate` returns falsey. The predicate is invoked with
1965 are taken until `predicate` returns falsey. The predicate is invoked with
2263 **Note:** Unlike `_.pull`, this method returns a new array.
2532 Checks if `predicate` returns truthy for **all** elements of `collection`.
2533 Iteration is stopped once `predicate` returns falsey. The predicate is
2537 **Note:** This method returns `true` for
2584 `predicate` returns truthy for. The predicate is invoked with three
2588 **Note:** Unlike `_.remove`, this method returns a new array.
2632 `predicate` returns truthy for. The predicate is invoked with three
3118 contains elements `predicate` returns truthy for, the second of which
3119 contains elements `predicate` returns falsey for. The predicate is
3245 The opposite of `_.filter`; this method returns the elements of `collection`
3402 Checks if `predicate` returns truthy for **any** element of `collection`.
3403 Iteration is stopped once `predicate` returns truthy. The predicate is
3721 been provided, or returns a function that accepts the remaining `func`
4608 is invoked to produce the cloned value. If `customizer` returns `undefined`,
5151 is invoked to compare values. If `customizer` returns `undefined`, comparisons
5434 is invoked to compare values. If `customizer` returns `undefined`, comparisons
5481 global [`isNaN`](https://mdn.io/isNaN) which returns `true` for
7039 which is invoked to produce the assigned values. If `customizer` returns
7081 which is invoked to produce the assigned values. If `customizer` returns
7254 This method is like `_.find` except that it returns the key of the first
7255 element `predicate` returns truthy for instead of the element itself.
7321 // => returns 'pebbles' assuming `_.findKey` returns 'barney'
7953 properties. If `customizer` returns `undefined`, merging is handled by the
8085 Creates an object composed of the `object` properties `predicate` returns
8195 invoked to produce the objects of `path`. If `customizer` returns `undefined`
8424 invoked to produce the objects of `path`. If `customizer` returns `undefined`
8715 This method invokes `interceptor` and returns `value`. The interceptor
8749 This method is like `_.tap` except that it returns the result of `interceptor`.
8873 Executes the chain sequence and returns the wrapped result.
10226 Creates a function that returns `value`.
10287 Creates a function that returns the result of invoking the given functions
10350 This method returns the first argument it receives.
10378 function. If `func` is a property name, the created function returns the
10380 created function returns `true` for elements that contain the equivalent
10381 source properties, otherwise it returns `false`.
10626 Reverts the `_` variable to its previous value and returns a reference to
10648 This method returns `undefined`.
10699 and returns their results.
10794 Creates a function that returns the value at `path` of a given object.
10827 The opposite of `_.property`; this method creates a function that returns
10997 This method returns a new empty array.
11024 This method returns `false`.
11046 This method returns a new empty object.
11073 This method returns an empty string.
11095 This method returns `true`.