StateListStateRecord
Kotlin
|Java
class StateListStateRecord<T> : StateRecord
kotlin.Any | ||
↳ | androidx.compose.runtime.snapshots.StateRecord | |
↳ | androidx.compose.runtime.snapshots.SnapshotStateList.StateListStateRecord |
This is an internal implementation class of SnapshotStateList. Do not use.
Summary
Public methods | |
---|---|
Unit |
assign(value: StateRecord) Copy the value into this state record from another for the same state object. |
StateRecord |
create() Create a new state record for the same state object. |
Public methods
assign
fun assign(value: StateRecord): Unit
Copy the value into this state record from another for the same state object.