DoubleState

Known direct subclasses
MutableDoubleState

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.


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.

Summary

Public properties

Double
Cmn
open Double
Cmn

Extension functions

inline operator Double
DoubleState.getValue(thisObj: Any?, property: KProperty<*>)

Permits property delegation of vals using by for DoubleState.

Cmn

Public properties

doubleValue

val doubleValue: Double

value

open val value: Double

Extension functions

DoubleState.getValue

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

Permits property delegation of vals using by for DoubleState.