DoubleState
-
Cmn
interface DoubleState : State
MutableDoubleState |
A value holder where reads to the |
A value holder where reads to the doubleValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.
| See also | |
|---|---|
MutableDoubleState |
|
mutableDoubleStateOf |
Summary
Extension functions |
||
|---|---|---|
inline operator Double |
DoubleState.getValue(thisObj: Any?, property: KProperty<*>)Permits property delegation of |
Cmn
|
Extension functions
getValue
inline operator fun DoubleState.getValue(thisObj: Any?, property: KProperty<*>): Double
Permits property delegation of vals using by for DoubleState.