public final class PublisherZipIterable<T,U,V>
extends java.lang.Object
implements org.reactivestreams.Publisher<V>
| Constructor and Description |
|---|
PublisherZipIterable(org.reactivestreams.Publisher<? extends T> source,
java.lang.Iterable<U> other,
BiFunction<? super T,? super U,? extends V> zipper) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super V> t) |