change_event library
Classes
-
ChangeEvent<
K, V> - Represents a change on a map.
-
ChangeEventReplace<
K, V> - Describes that the map was entirely replaced.
-
ChangeRecord<
V> - Represent a change on one key of a map.
-
ChangeRecordDelete<
V> - Describes that this key, if it existed, was deleted.
-
ChangeRecordValue<
V> - Describes the new value of one key of a map.
-
KeyChanges<
K, V> - Describes how the keys of a map were changed.