stream<A> abstract method

Stream<A> stream<A>(
  1. Atom<A> atom
)

Subscribe to the given atom.

Implementation

Stream<A> stream<A>(Atom<A> atom);