asAtom method

RxStream<T> asAtom()

Convert a Stream to RxStream.

Implementation

RxStream<T> asAtom() => RxStream.of<T>(this);