Function

getValue

Permits property delegation of vals using by for DoubleState.

getValue

Source set: Common
public inline operator fun DoubleState.getValue(thisObj: Any?, property: KProperty<*>): Double

Permits property delegation of vals using by for DoubleState.

getValue

Source set: Common
public inline operator fun FloatState.getValue(thisObj: Any?, property: KProperty<*>): Float

Permits property delegation of vals using by for FloatState.

getValue

Source set: Common
public inline operator fun <T> State<T>.getValue(thisObj: Any?, property: KProperty<*>): T

Permits property delegation of vals using by for State.

getValue

Source set: Common
public inline operator fun IntState.getValue(thisObj: Any?, property: KProperty<*>): Int

Permits property delegation of vals using by for IntState.

getValue

Source set: Common
public inline operator fun LongState.getValue(thisObj: Any?, property: KProperty<*>): Long

Permits property delegation of vals using by for LongState.

Last updated: