LongState

Known direct subclasses
MutableLongState

A value holder where reads to the longValue 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 longValue property during the execution of a Composable function cause the current RecomposeScope to subscribe to changes of that value.

Summary

Public properties

Long
Cmn
open Long
Cmn

Extension functions

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

Permits property delegation of vals using by for LongState.

Cmn

Public properties

longValue

val longValueLong

value

open val valueLong

Extension functions

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

Permits property delegation of vals using by for LongState.