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.
Type Parameters
K
V1
V2 = V1
V3 = V1
Parameters
combiner: ((key) => ((left) => ((right) => V3)))
Function to merge values of them. Also the key will be passed to.
Makes an intersection, consisting entries which is in both of
leftandright. When picking up common key of them,combinerwill be called to merge values of them.