Package adams.core

Interface Mergeable<T>

    • Method Detail

      • mergeWith

        void mergeWith​(T other)
        Merges its own data with the one provided by the specified object.
        Parameters:
        other - the object to merge with