“Function” Methods
- _.after(n, func)
- _.ary(func, [n=func.length])
- _.before(n, func)
- _.bind(func, thisArg, [partials])
- _.bindKey(object, key, [partials])
- _.curry(func, [arity=func.length])
- _.curryRight(func, [arity=func.length])
- _.debounce(func, [wait=0], [options={}])
- _.defer(func, [args])
- _.delay(func, wait, [args])
- _.flip(func)
- _.memoize(func, [resolver])
- _.negate(predicate)
- _.once(func)
- _.overArgs(func, [transforms=[_.identity]])
- _.partial(func, [partials])
- _.partialRight(func, [partials])
- _.rearg(func, indexes)
- _.rest(func, [start=func.length-1])
- _.spread(func, [start=0])
- _.throttle(func, [wait=0], [options={}])
- _.unary(func)
- _.wrap(value, [wrapper=identity])
当前内容版权归 lodash.com 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 lodash.com .