Creates a new Map from the list of dictionary entries. If there are duplicate keys, combiner will be called to merge two values.
Map
combiner
Function to merge values when found a duplicate key. Also the duplicated key will be passed.
A new Map made from the entries.
Creates a new
Mapfrom the list of dictionary entries. If there are duplicate keys,combinerwill be called to merge two values.