IntState

Known direct subclasses
MutableIntState

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

Summary

Public properties

Int
Cmn
open Int
Cmn

Extension functions

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

Permits property delegation of vals using by for IntState.

Cmn

Public properties

intValue

val intValueInt

value

open val valueInt

Extension functions

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

Permits property delegation of vals using by for IntState.