Interface

DerivedState.Record

Common
interface Record<T>

Properties

Common
val currentValue: T

The value of the derived state retrieved without triggering a notification to read observers.

Common
val dependencies: ObjectIntMap<StateObject>

Map of the dependencies used to produce value or currentValue to nested read level.

This map can be used to determine if the state could affect value of this derived state, when a StateObject appears in the apply observer set.