Interface IMergeRunnable

    • Method Detail

      • merge

        void merge​(List<? extends Diff> differences,
                   boolean leftToRight,
                   IMerger.Registry mergerRegistry)
        Execute the merge operation.
        Parameters:
        differences - the differences to merge.
        leftToRight - whether the differences have to be merge from left to right or right to left.
        mergerRegistry - the merger registry to query to get the appropriate mergers for each difference to be merged.