Dirtyness

class Dirtyness

Keeps track of "dirty" status by monitoring arbitrary state

Constructors

Link copied to clipboard
fun Dirtyness()

Functions

Link copied to clipboard
fun update(vararg args: Any?)

fun update(newState: List<Any?>)

returns true if the args don't match the previous args always returns true on the first invocation

Properties

Link copied to clipboard
var isDirty: Boolean = true