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