StateRecord
abstract class StateRecord
kotlin.Any | |
↳ | androidx.compose.runtime.snapshots.StateRecord |
Snapshot local value of a state object.
Summary
Public constructors | |
---|---|
<init>() Snapshot local value of a state object. |
Public methods | |
---|---|
abstract Unit |
assign(value: StateRecord) Copy the value into this state record from another for the same state object. |
abstract StateRecord |
create() Create a new state record for the same state object. |
Inherited extension functions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
From androidx.compose.runtime.snapshots
|
Public constructors
<init>
StateRecord()
Snapshot local value of a state object.
Public methods
assign
abstract fun assign(value: StateRecord): Unit
Copy the value into this state record from another for the same state object.