IChangeVisitor

interface IChangeVisitor<V>

Functions

Link copied to clipboard
abstract fun entryAdded(key: Long, value: V)
Link copied to clipboard
abstract fun entryChanged(key: Long, oldValue: V, newValue: V)
Link copied to clipboard
abstract fun entryRemoved(key: Long, value: V)