once<R> abstract method

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

Get the value for the given atom once.

Implementation

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