Uses of Interface
rx.Completable.CompletableSubscriber

Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
Default wrappers and implementations for the base reactive consumer classes and interfaces; utility classes for creating them from callbacks.