This commit is contained in:
Tobias Warneke
2020-04-22 22:26:25 +02:00
parent fbb51d28c7
commit ea8d442d28

View File

@@ -61,6 +61,9 @@ public abstract class AbstractDelta<T> {
public abstract void restore(List<T> target);
/**
* Create a new delta of the actual instance with customized chunk data.
*/
public abstract AbstractDelta<T> withChunks(Chunk<T> original, Chunk<T> revised);
@Override