GetAtom typedef

GetAtom = A Function<A>(Atom<A> atom)

Represents a function that retrieves an Atom's value.

Implementation

typedef GetAtom = A Function<A>(Atom<A> atom);