Return a partial object copy containing only specified keys.
Return a partial object copy excluding specified keys.
Map values from one object to a new object having the same keys.
Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.
Return a partial object copy containing properties for which a predicate (function) returns a truthy value.
Create a function that invokes a provided function with specified arguments.