Available on Map<K, V>,
provided by the Merge extension
Merges the current map with another map.
If there are duplicate keys, the values from the other map will overwrite those in the current map.
If other is null, the current map is returned unchanged.