IdentityChangeTracker

class IdentityChangeTracker<T>

Tracks a collection of things for changes over time. Things are compared by identity, not value The tracker is insensitive to the order of the collection.

Constructors

Link copied to clipboard
fun IdentityChangeTracker()

Functions

Link copied to clipboard
fun update(things: Collection<T>)

Properties

Link copied to clipboard
var changed: Boolean = false