Class CompleteDiff<T extends Diffable<T>>

    • Method Detail

      • apply

        public T apply​(T part)
        Description copied from interface: Diff
        Applies difference to the specified part and returns the resulted part
        Specified by:
        apply in interface Diff<T extends Diffable<T>>