Makes an intersection, consisting entries which is in both of left and right. When picking up common key of them, combiner will be called to merge values of them.
left
right
combiner
Function to merge values of them.
A new merged Map.
Map
Generated using TypeDoc
Makes an intersection, consisting entries which is in both of
left
andright
. When picking up common key of them,combiner
will be called to merge values of them.