public final class CompletableOnSubscribeTimeout extends java.lang.Object implements Completable.CompletableOnSubscribe
| Constructor and Description |
|---|
CompletableOnSubscribeTimeout(Completable source,
long timeout,
java.util.concurrent.TimeUnit unit,
rx.Scheduler scheduler,
Completable other) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Completable.CompletableSubscriber s) |
public CompletableOnSubscribeTimeout(Completable source, long timeout, java.util.concurrent.TimeUnit unit, rx.Scheduler scheduler, Completable other)
public void call(Completable.CompletableSubscriber s)
call in interface rx.functions.Action1<Completable.CompletableSubscriber>