Lodash - 实用程序


Lodash 有许多易于使用的实用方法。本章详细讨论它们。

Lodash 提供了各种实用方法,如下所列 -

先生。 方法和语法
1

条件

_.cond(对)

2

符合

_.符合(来源)

3

持续的

_.常量(值)

4

默认到

_.defaultTo(值, 默认值)

5

流动

_.flow([函数])

6

流权

_.flowRight([函数])

7

身份

_.身份(值)

8

迭代者

_.iteratee([func=_.identity])

9

火柴

_.matches(来源)

10

匹配属性

_.matchesProperty(路径, srcValue)

11

方法

_.method(路径, [args])

12

的方法

_.methodOf(对象, [args])

13

混合

_.mixin([object=lodash], 源, [options={}])

14

无冲突

_.noConflict()

15

努普

_.noop()

16

精氨酸

_.nthArg([n=0])

17 号

超过

_.over([iteratees=[_.identity]])

18

超过每个

_.overEvery([谓词=[_.identity]])

19

超过一些

_.overSome([谓词=[_.identity]])

20

财产

_.属性(路径)

21

属性

_.propertyOf(对象)

22

范围

_.range([开始=0],结束,[步骤=1])

23

范围右

_.rangeRight([开始=0],结束,[步骤=1])

24

在上下文中运行

_.runInContext([上下文=根])

25

存根数组

_.stubArray()

26

存根False

_.stubFalse()

27

存根对象

_.stubObject()

28

存根字符串

_.stubString()

29

存根真

_.stubTrue()

30

_.times(n, [iteratee=_.identity])

31

路径

_.toPath(值)

32

唯一身份

_.uniqueId([前缀=''])