@mikuroxina/mini-fn
    Preparing search index...

    Function intersectionWith

    • 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

      Parameters

      • combiner: (left: V1) => (right: V2) => V3

        Function to merge values of them.

      Returns <K>(left: Map<K, V1>) => (right: Map<K, V2>) => Map<K, V3>

      A new merged Map.