_.functionsIn(object)
_.forOwnRight(object, [iteratee=_.identity])
_.mapValues(object, [iteratee=_.identity])
_.values(object) source
_.unset(object, path)
_.keys(object) source
_.pickBy(object, [predicate=_.identity])
_.assign(object, [sources])
_.merge(object, [sources])
_.mergeWith(object, sources, customizer)
Page 1 of 5