Lines Matching refs:like

542 This method is like `_.difference` except that it accepts `iteratee` which
580 This method is like `_.difference` except that it accepts `comparator`
818 This method is like `_.find` except that it returns the index of the first
864 This method is like `_.findIndex` except that it iterates over elements
1135 This method is like `_.intersection` except that it accepts `iteratee`
1169 This method is like `_.intersection` except that it accepts `comparator`
1252 This method is like `_.indexOf` except that it iterates over elements of
1351 This method is like `_.pull` except that it accepts an array of values to remove.
1383 This method is like `_.pullAll` except that it accepts `iteratee` which is
1418 This method is like `_.pullAll` except that it accepts `comparator` which
1618 This method is like `_.sortedIndex` except that it accepts `iteratee`
1653 This method is like `_.indexOf` except that it performs a binary
1680 This method is like `_.sortedIndex` except that it returns the highest
1708 This method is like `_.sortedLastIndex` except that it accepts `iteratee`
1743 This method is like `_.lastIndexOf` except that it performs a binary
1770 This method is like `_.uniq` except that it's designed and optimized
1796 This method is like `_.uniqBy` except that it's designed and optimized
2037 This method is like `_.union` except that it accepts `iteratee` which is
2071 This method is like `_.union` except that it accepts `comparator` which
2132 This method is like `_.uniq` except that it accepts `iteratee` which is
2166 This method is like `_.uniq` except that it accepts `comparator` which
2197 This method is like `_.zip` except that it accepts an array of grouped
2227 This method is like `_.unzip` except that it accepts `iteratee` to specify
2317 This method is like `_.xor` except that it accepts `iteratee` which is
2351 This method is like `_.xor` except that it accepts `comparator` which is
2410 This method is like `_.fromPairs` except that it accepts two arrays,
2437 This method is like `_.zipObject` except that it supports property paths.
2463 This method is like `_.zip` except that it accepts `iteratee` to specify
2678 This method is like `_.find` except that it iterates over elements of
2740 This method is like `_.flatMap` except that it recursively flattens the
2771 This method is like `_.flatMap` except that it recursively flattens the
2809 property are iterated like arrays. To avoid this behavior use `_.forIn`
2846 This method is like `_.forEach` except that it iterates over elements of
3029 Many lodash methods are guarded to work as iteratees for methods like
3079 This method is like `_.sortBy` except that it allows specifying the sort
3172 Many lodash methods are guarded to work as iteratees for methods like
3213 This method is like `_.reduce` except that it iterates over elements of
3370 Gets the size of `collection` by returning its length for array-like
3772 This method is like `_.curry` except that arguments are applied to `func`
4133 arguments it receives. This method is like `_.bind` except it does **not**
4178 This method is like `_.partial` except that partially applied arguments
4294 create function and an array of arguments much like
4541 This method is like `_.clone` except that it recursively clones `value`.
4569 This method is like `_.cloneWith` except that it recursively clones `value`.
4607 This method is like `_.clone` except that it accepts `customizer` which
4881 Checks if `value` is array-like. A value is considered array-like if it's
4892 *(boolean)*: Returns `true` if `value` is array-like, else `false`.
4917 This method is like `_.isArrayLike` except that it also checks if `value`
4927 *(boolean)*: Returns `true` if `value` is an array-like object, else `false`.
5071 Array-like values such as `arguments` objects, arrays, buffers, strings, or
5072 jQuery-like collections are considered empty if they have a `length` of `0`.
5150 This method is like `_.isEqual` except that it accepts `customizer` which
5326 Checks if `value` is a valid array-like length.
5433 This method is like `_.isMatch` except that it accepts `customizer` which
5524 packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill),
5686 Checks if `value` is object-like. A value is object-like if it's not `null`
5696 *(boolean)*: Returns `true` if `value` is object-like, else `false`.
6194 array-like object.
6519 This method is like `_.max` except that it accepts `iteratee` which is
6578 This method is like `_.mean` except that it accepts `iteratee` which is
6641 This method is like `_.min` except that it accepts `iteratee` which is
6784 This method is like `_.sum` except that it accepts `iteratee` which is
6994 This method is like `_.assign` except that it iterates over own and
7038 This method is like `_.assignIn` except that it accepts `customizer`
7080 This method is like `_.assign` except that it accepts `customizer`
7224 This method is like `_.defaults` except that it recursively assigns
7254 This method is like `_.find` except that it returns the key of the first
7299 This method is like `_.findKey` except that it iterates over elements of
7382 This method is like `_.forIn` except that it iterates over properties of
7456 This method is like `_.forOwn` except that it iterates over properties of
7698 This method is like `_.invert` except that the inverted object is generated
7908 This method is like `_.assign` except that it recursively merges own and
7951 This method is like `_.merge` except that it accepts `customizer` which
8114 This method is like `_.get` except that if the resolved value is a
8194 This method is like `_.set` except that it accepts `customizer` which is
8384 This method is like `_.set` except that accepts `updater` to produce the
8423 This method is like `_.update` except that it accepts `customizer` which is
8749 This method is like `_.tap` except that it returns the result of `interceptor`.
9159 characters use a third-party library like [_he_](https://mths.be/he).
9162 Though the ">" character is escaped for symmetry, characters like
9752 Converts `string`, as a whole, to lower case just like
9784 Converts `string`, as a whole, to upper case just like
9960 HTML entities use a third-party library like [_he_](https://mths.be/he).
10319 This method is like `_.flow` except that it creates a function that
10911 This method is like `_.range` except that it populates values in
11220 (Object): By default, the template delimiters used by lodash are like those in