intersection_.intersection(*arrays) Computes the list of values that are the intersection of all the arrays. Each value in
bindAll_.bindAll(object, *methodNames) Binds a number of methods on the object, specified by methodNames, to be run
shuffle_.shuffle(list) Returns a shuffled copy of the list, using a version of the
functions_.functions(object) Alias: methods Returns a sorted list of the names of every method
values_.values(object) Return all of the values of the object's own properties.
isFunction_.isFunction(object) Returns true if object is a Function.
invoke_.invoke(list, methodName, *arguments) Calls the method named by methodName on each value in the list. Any extra
isArguments_.isArguments(object) Returns true if object is an Arguments object.
property_.property(key) Returns a function that will itself return the key property of any passed-in object.
sample_.sample(list, [n]) Produce a random sample from the list. Pass a number to return n random elements from the
Page 3 of 12