public final class PublisherCombineLatest<T,R>
extends java.lang.Object
implements org.reactivestreams.Publisher<R>
| Constructor and Description |
|---|
PublisherCombineLatest(org.reactivestreams.Publisher<? extends T>[] sources,
java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>> sourcesIterable,
Function<? super java.lang.Object[],? extends R> combiner,
int bufferSize,
boolean delayError) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super R> s) |