_.isFunction(value)
_.prototype.at([paths])
_.takeRightWhile(array, [predicate=_.identity])
_.reject(collection, [predicate=_.identity])
_.sumBy(array, [iteratee=_.identity])
_.set(object, path, value)
_.max(array) source
_.split([string=''], separator, [limit])
_.words([string=''], [pattern])
_.setWith(object, path, value, [customizer])
Page 24 of 32