Package cn.sliew.milky.common.diff
Interface Diff<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CompleteDiff,JdkMapDiff,MapDiff
public interface Diff<T> extends Serializable
Represents difference between states.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(T part)Applies difference to the specified part and returns the resulted part
-