Observable Observer
Represents an Observer of Observable source. See Observer and ObservableCallbacks for more information.
Functions
Link copied to clipboard
Convenience method for ValueCallback.onNext
Link copied to clipboard
Notifies the host (typically an Observer) about completion
Link copied to clipboard
Provides the Observer with a Disposable. This method must be called before any other methods.