public final class CompletableOnSubscribeTimeout extends Object implements Completable.OnSubscribe
Constructor and Description |
---|
CompletableOnSubscribeTimeout(Completable source,
long timeout,
TimeUnit unit,
Scheduler scheduler,
Completable other) |
public CompletableOnSubscribeTimeout(Completable source, long timeout, TimeUnit unit, Scheduler scheduler, Completable other)
public void call(CompletableSubscriber s)
call
in interface Action1<CompletableSubscriber>
Copyright © 2018. All rights reserved.