_.mapValues(object, [iteratee=_.identity])
_.add(augend, addend)
_.before(n, func)
_.debounce(func, [wait=0], [options={}])
_.functionsIn(object)
_.merge(object, [sources])
_.flatMapDepth(collection, [iteratee=_.identity], [depth=1])
_.sortedLastIndexOf(array, value)
_.inRange(number, [start=0], end)
_.intersectionWith([arrays], [comparator])
Page 6 of 32