Package rx.internal.operators
Class CompletableOnSubscribeTimeout
java.lang.Object
rx.internal.operators.CompletableOnSubscribeTimeout
- All Implemented Interfaces:
Completable.CompletableOnSubscribe,Action,Action1<Completable.CompletableSubscriber>,Function
public final class CompletableOnSubscribeTimeout
extends Object
implements Completable.CompletableOnSubscribe
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Completable(package private) final Scheduler(package private) final Completable(package private) final long(package private) final TimeUnit -
Constructor Summary
ConstructorsConstructorDescriptionCompletableOnSubscribeTimeout(Completable source, long timeout, TimeUnit unit, Scheduler scheduler, Completable other) -
Method Summary
-
Field Details
-
source
-
timeout
final long timeout -
unit
-
scheduler
-
other
-
-
Constructor Details
-
CompletableOnSubscribeTimeout
public CompletableOnSubscribeTimeout(Completable source, long timeout, TimeUnit unit, Scheduler scheduler, Completable other)
-
-
Method Details
-
call
- Specified by:
callin interfaceAction1<Completable.CompletableSubscriber>
-