oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.lib
/
ValRef
Val
Ref
@
Immutable
data
class
ValRef
<
T
>
(
val
value
:
T
)
A container class to store non-stable objects to enable better recomposition skipping
Members
Constructors
Val
Ref
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
val
value
:
T