An observer tied to a specific observable.
This type provides a channel and an input range interface to enable sequential consumption of events emitted by an observer.
Reads a single event.
Input range popFront method.
Attempts to read a single event.
Determines whether there are any events left.
Input range front property.
Determines whether any more events are currently pending.
See Implementation
An observer tied to a specific observable.
This type provides a channel and an input range interface to enable sequential consumption of events emitted by an observer.