Interface Mergable<T>

    • Method Detail

      • merge

        default void merge​(T other)
      • merge

        void merge​(T other,
                   boolean localDefinitionsOnly)
        Merges the values from other collection into this one. Replaces any currently existing value with those from the other set.