Interface Diff<T>
- All Known Implementing Classes:
CompletePropertyDiff, ListPropertyEntryAddedDiff, ListPropertyEntryRemovedDiff, MapPropertyEntryAddedDiff, MapPropertyEntryRemovedDiff, MapPropertyEntryReplacedDiff, SetPropertyEntryAddedDiff, SetPropertyEntryRemovedDiff
public sealed interface Diff<T>
permits CompletePropertyDiff<T>, ListPropertyEntryAddedDiff<T>, ListPropertyEntryRemovedDiff<T>, MapPropertyEntryAddedDiff<T>, MapPropertyEntryRemovedDiff<T>, MapPropertyEntryReplacedDiff<T>, SetPropertyEntryAddedDiff<T>, SetPropertyEntryRemovedDiff<T>
-
Method Summary