DirtyMask

Immutable set of phases affected by a property change.

Types

Link copied to clipboard
object Companion

Standard masks and constructors.

Functions

Link copied to clipboard
operator fun contains(phase: DirtyPhase): Boolean

Returns whether phase is included in this mask.

Link copied to clipboard
operator fun minus(other: DirtyMask): DirtyMask

Removes phases in other from this mask.

Link copied to clipboard
operator fun plus(other: DirtyMask): DirtyMask

Combines this mask with other.