call<R> abstract method

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

Get the value for the given atom.

Implementation

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