_.omit(object, [paths])
_.functions(object)
_.forInRight(object, [iteratee=_.identity])
_.has(object, path)
_.update(object, path, updater)
_.transform(object, [iteratee=_.identity], [accumulator])
_.hasIn(object, path)
_.result(object, path, [defaultValue])
_.create(prototype, [properties])
_.assignInWith(object, sources, [customizer])
Page 3 of 5