Delegate

inner class Delegate<ThisType : Node>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
operator fun getValue(thisRef: ThisType, property: KProperty<*>): NodeType
Link copied to clipboard
operator fun setValue(thisRef: ThisType, property: KProperty<*>, value: NodeType)