get

abstract fun <T> get(atom: Atom<T>): T

Retrieves the value associated with the specified Atom reference key.

Return

The retrieved value.

Parameters

T

The type of the value to be retrieved.

atom

The Atom reference key for the value to be retrieved.


abstract fun <T> get(atom: AtomRef<T>): T

Retrieves the value associated with the specified AtomRef reference key.

Return

The retrieved value.

Parameters

T

The type of the value to be retrieved.

atom

The AtomRef reference key for the value to be retrieved.