MultiItemCombine8<T1,T2,T3,T4,T5,T6,T7,T8> |
MultiItemCombine8.collectFailures() |
Configures the combination to wait until all the streams to fire a completion or failure event
before propagating a failure downstream.
|
MultiItemCombine8<T1,T2,T3,T4,T5,T6,T7,T8> |
MultiItemCombine8.latestItems() |
By default, the combination logic is called with one item of each observed stream.
|
<T1,T2,T3,T4,T5,T6,T7,T8> MultiItemCombine8<T1,T2,T3,T4,T5,T6,T7,T8> |
MultiItemCombination.streams(java.util.concurrent.Flow.Publisher<? extends T1> a,
java.util.concurrent.Flow.Publisher<? extends T2> b,
java.util.concurrent.Flow.Publisher<? extends T3> c,
java.util.concurrent.Flow.Publisher<? extends T4> d,
java.util.concurrent.Flow.Publisher<? extends T5> e,
java.util.concurrent.Flow.Publisher<? extends T6> f,
java.util.concurrent.Flow.Publisher<? extends T7> g,
java.util.concurrent.Flow.Publisher<? extends T8> h) |
Combines the items from 8 streams.
|