public interface Diff<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(T part)
Applies difference to the specified part and retunrs the resulted part
|
void |
writeTo(StreamOutput out)
Writes the differences into the output stream
|
void writeTo(StreamOutput out) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.