@FunctionalInterface public interface ConflictOutput<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
processConflict(VerifyChunk verifyChunk,
AbstractDelta<T> delta,
List<T> result) |
void processConflict(VerifyChunk verifyChunk, AbstractDelta<T> delta, List<T> result) throws PatchFailedException
PatchFailedException
Copyright © 2009–2021 java-diff-utils. All rights reserved.