Uses of Interface
cn.sliew.milky.common.diff.Diffable
-
Packages that use Diffable Package Description cn.sliew.milky.common.diff -
-
Uses of Diffable in cn.sliew.milky.common.diff
Classes in cn.sliew.milky.common.diff with type parameters of type Diffable Modifier and Type Class Description classAbstractDiffable<T extends Diffable<T>>Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing if object remained the same.classCompleteDiff<T extends Diffable<T>>Classes in cn.sliew.milky.common.diff that implement Diffable Modifier and Type Class Description classAbstractDiffable<T extends Diffable<T>>Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing if object remained the same.
-