A stream of values that may be subscribed to.
Subscribes to the stream of values.
An unsubscribable that, when its {@link Unsubscribable#unsubscribe} method is called, causes the subscription to stop reacting to the stream.
Use an observer instead of a complete callback
Use an observer instead of an error callback
Generated using TypeDoc
A stream of values that may be subscribed to.