_.throttle(func, [wait=0], [options={}])
_.defer(func, [args])
_.rest(func, [start=func.length-1])
_.before(n, func)
_.debounce(func, [wait=0], [options={}])
_.ary(func, [n=func.length])
_.wrap(value, [wrapper=identity])
_.rearg(func, indexes)
_.overArgs(func, [transforms=[_.identity]])
_.partialRight(func, [partials])
Page 1 of 3