Class DeltaMergeUtils
java.lang.Object
com.github.difflib.text.deltamerge.DeltaMergeUtils
Provides utility features for merge inline deltas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<AbstractDelta<String>> mergeInlineDeltas(InlineDeltaMergeInfo deltaMergeInfo, Predicate<List<String>> replaceEquality)
-
Constructor Details
-
DeltaMergeUtils
private DeltaMergeUtils()
-
-
Method Details
-
mergeInlineDeltas
public static List<AbstractDelta<String>> mergeInlineDeltas(InlineDeltaMergeInfo deltaMergeInfo, Predicate<List<String>> replaceEquality)
-