Package rx.internal.operators
Class SingleOnSubscribeDelaySubscriptionOther<T>
java.lang.Object
rx.internal.operators.SingleOnSubscribeDelaySubscriptionOther<T>
- Type Parameters:
T
- the Single value type
- All Implemented Interfaces:
Action
,Action1<SingleSubscriber<? super T>>
,Function
,Single.OnSubscribe<T>
public final class SingleOnSubscribeDelaySubscriptionOther<T>
extends Object
implements Single.OnSubscribe<T>
Delays the subscription to the Single until the Observable
fires an event or completes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSingleOnSubscribeDelaySubscriptionOther
(Single<? extends T> main, Observable<?> other) -
Method Summary