Transforms the Map with replacing keys. If there duplicate keys on replaced, combiner will be called to merge their value.
Map
combiner
Function to merge values with duplicate keys.
A new Map with new keys.
Transforms the
Mapwith replacing keys. If there duplicate keys on replaced,combinerwill be called to merge their value.