_.result(object, path, [defaultValue])
_.forInRight(object, [iteratee=_.identity])
_.update(object, path, updater)
_.valuesIn(object)
_.transform(object, [iteratee=_.identity], [accumulator])
_.omit(object, [paths])
_.functions(object)
_.has(object, path)
_.mapKeys(object, [iteratee=_.identity])
_.findLastKey(object, [predicate=_.identity])
Page 3 of 5