Toggleable

abstract class Toggleable

Represents the state of any toggleable.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val isActive: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val lastState: Boolean
Link copied to clipboard
abstract val state: Boolean

Functions

Link copied to clipboard
infix fun and(other: Toggleable): Toggleable
Link copied to clipboard
fun combine(other: Toggleable, operator: (Boolean, Boolean) -> Boolean): Toggleable
Link copied to clipboard
infix fun or(other: Toggleable): Toggleable