StateRecord


Snapshot local value of a state object.

Summary

Public constructors

Cmn

Public functions

abstract Unit

Copy the value into this state record from another for the same state object.

Cmn
abstract StateRecord

Create a new state record for the same state object.

Cmn

Public constructors

StateRecord

StateRecord()

Public functions

assign

abstract fun assign(value: StateRecord): Unit

Copy the value into this state record from another for the same state object.

create

abstract fun create(): StateRecord

Create a new state record for the same state object.