AtomValue

class AtomValue<T>(state: State<T>) : State<T>

State for handling the state values of Atom managed by AtomStore.

Parameters

T

The type of the state value.

state

The State used to retrieve the state value.

Constructors

Link copied to clipboard
constructor(state: State<T>)

Properties

Link copied to clipboard
open override val value: T