Lodash - 函数


Lodash 有许多易于使用的方法,有助于创建和处理函数。本章详细讨论它们。

Lodash 提供了各种方法来处理函数,如下所示 -

先生。 方法和语法
1

阿里

_.ary(func, [n=func.length])

2

_.before(n, 函数)

3

绑定

_.bind(func, thisArg, [部分])

4

绑定密钥

_.bindKey(对象, 键, [部分])

5

咖喱

_.curry(func, [arity=func.length])

6

咖喱右

_.curryRight(func, [arity=func.length])

7

延迟

_.delay(func, 等待, [args])

8

翻动

_.flip(函数)

9

记忆

_.memoize(func, [解析器])

10

否定

_.negate(谓词)

11

一次

_.once(函数)

12

过度参数

_.overArgs(func, [变换=[_.identity]])

13

部分的

_.partial(func, [部分])

14

部分右

_.partialRight(func, [部分])

15

重新调整

_.rearg(函数,索引)

16

休息

_.rest(func, [start=func.length-1])

17 号

传播

_.spread(func, [开始=0])

18

一元

_.一元(func)

19

_.wrap(值, [包装=身份])