Package-level declarations
Functions
Returns a new map with the provided pair added, replacing any existing value for the key.
Adds the provided key-value pairs to the map or replaces existing entries with the same keys.
Returns a new list where an item with the given key is added or replaced.
Adds or replaces key-value pairs in the current list with key-value pairs from the provided list. If a key from the provided list exists in the current list, the corresponding value is replaced. If ignoringCase is true, key matching is performed case-insensitively.
Returns a new map with the entry for the given key removed.
Removes entries from the map whose keys are listed in the provided list of names.
Returns a new list excluding items whose key equals the provided key.
Removes key-value pairs from the list where the keys match any of the specified keys.