get<R> abstract method

R get<R>(
  1. Atom<R> atom
)

Get the value for the given atom.

Implementation

R get<R>(Atom<R> atom);