_.eq(value, other)
_.assign(object, [sources])
_.rest(func, [start=func.length-1])
_.toPlainObject(value)
_.isUndefined(value)
_.merge(object, [sources])
_.flatMapDepth(collection, [iteratee=_.identity], [depth=1])
_.find(collection, [predicate=_.identity], [fromIndex=0])
_.isPlainObject(value)
_.defer(func, [args])
Page 3 of 32