Completable Observer
Represents an Observer of Completable source. See Observer and CompletableCallbacks for more information.
Functions
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.