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 nulljava.lang.NullPointerException
- if cs
is null