Package rx.internal.operators
Class OnSubscribeDelaySubscriptionOther<T,U>
java.lang.Object
rx.internal.operators.OnSubscribeDelaySubscriptionOther<T,U>
- Type Parameters:
T- the main typeU- the other value type, ignored
- All Implemented Interfaces:
Action,Action1<Subscriber<? super T>>,Function,Observable.OnSubscribe<T>
public final class OnSubscribeDelaySubscriptionOther<T,U>
extends Object
implements Observable.OnSubscribe<T>
Delays the subscription to the main source until the other
observable fires an event or completes.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Observable<? extends T> (package private) final Observable<U> -
Constructor Summary
ConstructorsConstructorDescriptionOnSubscribeDelaySubscriptionOther(Observable<? extends T> main, Observable<U> other) -
Method Summary