value_.chain(obj).value() Extracts the value of a wrapped object.
isFinite_.isFinite(object) Returns true if object is a finite Number.
values_.values(object) Return all of the values of the object's own properties.
intersection_.intersection(*arrays) Computes the list of values that are the intersection of all the arrays. Each value in
times_.times(n, iteratee, [context]) Invokes the given iteratee function n times. Each invocation of iteratee is called
find_.find(list, predicate, [context]) Alias: detect Looks through each value in the list
pick_.pick(object, *keys) Return a copy of the object, filtered to only have values for the whitelisted keys (or array
identity_.identity(value) Returns the same value that is used as the argument. In math: f(x) = x This function looks
isArguments_.isArguments(object) Returns true if object is an Arguments object.
union_.union(*arrays) Computes the union of the passed-in arrays: the list of unique items, in order, that are present in
Page 3 of 12