服务器

Array

Collection

Date

Function

Lang

Math

Number

Object

Seq

String

Util

Properties

Methods

_.pullAllWith(array, values, comparator)

这种方法如_.pullAll,不同之处在于它接受comparator 被调用来比较的元素arrayvalues。比较器被调用两个参数:(arrVal,othVal)

注意:_.differenceWith不同,此方法会使array发生变化。