Interface Mergeable<T>

    • Method Detail

      • mergeWith

        T mergeWith​(T other)
        Merges the current state with the state of the other instance, and returns the merged state.
        Throws:
        NullPointerException - if other is null