public class ZipCompositionFunction<X,T>
extends java.lang.Object
implements java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,org.reactivestreams.Publisher<T>>
| Constructor and Description |
|---|
ZipCompositionFunction(java.util.function.BiFunction<X,X,java.util.Optional<T>> conversion) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
apply(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public org.reactivestreams.Publisher<T> apply(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object