T - the main typeU - the other value type, ignoredpublic final class PublisherDelaySubscriptionOther<T,U>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherDelaySubscriptionOther(org.reactivestreams.Publisher<? extends T> main,
org.reactivestreams.Publisher<U> other) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> child) |