public interface CompletableSource
Completable source base interface,
consumable via an CompletableObserver.| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(CompletableObserver co)
Subscribes the given CompletableObserver to this CompletableSource instance.
|
void subscribe(@NonNull CompletableObserver co)
co - the CompletableObserver, not nullNullPointerException - if co is null