T - the main typeU - the other value type, ignoredpublic final class NbpOnSubscribeDelaySubscriptionOther<T,U> extends java.lang.Object implements NbpObservable.NbpOnSubscribe<T>
| Constructor and Description |
|---|
NbpOnSubscribeDelaySubscriptionOther(NbpObservable<? extends T> main,
NbpObservable<U> other) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NbpObservable.NbpSubscriber<? super T> child) |
public NbpOnSubscribeDelaySubscriptionOther(NbpObservable<? extends T> main, NbpObservable<U> other)
public void accept(NbpObservable.NbpSubscriber<? super T> child)
accept in interface Consumer<NbpObservable.NbpSubscriber<? super T>>