Interface PMap.Reconciler<K,​V>

    • Method Detail

      • merge

        V merge​(K key,
                @Nullable
                V thisVal,
                @Nullable
                V thatVal)