AtomSelector

interface AtomSelector

Interface for retrieving the value associated with the Atoms reference key.

This interface is used as part of AtomRef.

Inheritors

Functions

Link copied to clipboard
abstract fun <T> get(atom: AtomRef<T>): T

Retrieves the value associated with the specified AtomRef reference key.

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

Retrieves the value associated with the specified Atom reference key.