Function group object
Function group has those functions and groups:
- Group
object_to_list- Convert an object into a list - Group
sort_objects- Sort an object- Function
sort_by_keys- Sort an object by it's keys. - Function
sort_by_values- Sort an object by it's values. - Function
sort_by_values_by- Sort an object by a function to it's values.
- Function
- Group
manipulate_object- Manipulate objects to pruduce a new object- Function
put- Add a new entry to a map. - Function
insert_if_absent- Add a new entry to a map if it has no such key. - Function
replace_if_exists- Add a new entry to a map if it has such key.
- Function
- Group
functional_object- Functional function over an object- Function
filter_keys- Filter an object by keys. - Function
filter_values- Filter an object by values. - Function
map_values- Map an object values. - Function
map_keys- Map an object keys.
- Function
Use additional help with a function name to see more details about the function.