Package cn.sliew.milky.common.diff
Interface Diffable<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractDiffable
public interface Diffable<T> extends Serializable
States changes in which can be serialized
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Diff<T>diff(T previousState)Returns serializable object representing differences between this and previousState
-