StateTrackable

interface StateTrackable<out T : Any>

Represents interface to track an object state by revision.

Author

Alexander Kornilov (akornilov.82@gmail.com).

Properties

instance
Link copied to clipboard
abstract val instance: T
A tracked object.
revision
Link copied to clipboard
abstract val revision: Int
Current revision of the instance.