索引

优质
小牛编辑
125浏览
2023-12-01

集合(Collections)

  • each
  • map
  • reduce
  • reduceRight
  • find
  • filter
  • where
  • findWhere
  • reject
  • every
  • some
  • contains
  • invoke
  • pluck
  • max
  • min
  • sortBy
  • groupBy
  • indexBy
  • countBy
  • shuffle
  • sample
  • toArray
  • size
  • partition

数组(Arrays)

  • first
  • initial
  • last
  • rest
  • compact
  • flatten
  • without
  • union
  • intersection
  • difference
  • uniq
  • zip
  • unzip
  • object
  • chunk
  • indexOf
  • lastIndexOf
  • sortedIndex
  • findIndex
  • findLastIndex
  • range

函数(Functions)

  • bind
  • bindAll
  • partial
  • memoize
  • delay
  • defer
  • throttle
  • debounce
  • once
  • after
  • before
  • wrap
  • negate
  • compose
  • restArguments

对象(Objects)

  • keys
  • allKeys
  • values
  • mapObject
  • pairs
  • invert
  • create
  • functions
  • findKey
  • extend
  • extendOwn
  • pick
  • omit
  • defaults
  • clone
  • tap
  • has
  • property
  • propertyOf
  • matcher
  • isEqual
  • isMatch
  • isEmpty
  • isElement
  • isArray
  • isObject
  • isArguments
  • isFunction
  • isString
  • isNumber
  • isFinite
  • isBoolean
  • isDate
  • isRegExp
  • isError
  • isSymbol
  • isMap
  • isWeakMap
  • isSet
  • isWeakSet
  • isNaN
  • isNull
  • isUndefined

实用功能(Utility)

  • noConflict
  • identity
  • constant
  • noop
  • times
  • random
  • mixin
  • iteratee
  • uniqueId
  • escape
  • unescape
  • result
  • now
  • template

OOP Style

链式语法(Chaining)

  • chain
  • value