Uses of Class
io.smallrye.mutiny.operators.MultiItemCombine9
-
Packages that use MultiItemCombine9 Package Description io.smallrye.mutiny.groups io.smallrye.mutiny.operators -
-
Uses of MultiItemCombine9 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiItemCombine9 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6,T7,T8,T9>
MultiItemCombine9<T1,T2,T3,T4,T5,T6,T7,T8,T9>MultiItemCombination. streams(org.reactivestreams.Publisher<? extends T1> a, org.reactivestreams.Publisher<? extends T2> b, org.reactivestreams.Publisher<? extends T3> c, org.reactivestreams.Publisher<? extends T4> d, org.reactivestreams.Publisher<? extends T5> e, org.reactivestreams.Publisher<? extends T6> f, org.reactivestreams.Publisher<? extends T7> g, org.reactivestreams.Publisher<? extends T8> h, org.reactivestreams.Publisher<? extends T9> i)Combines the items from 9 streams. -
Uses of MultiItemCombine9 in io.smallrye.mutiny.operators
Methods in io.smallrye.mutiny.operators that return MultiItemCombine9 Modifier and Type Method Description MultiItemCombine9<T1,T2,T3,T4,T5,T6,T7,T8,T9>MultiItemCombine9. collectFailures()Configures the combination to wait until all thestreamsto fire a completion or failure event before propagating a failure downstream.MultiItemCombine9<T1,T2,T3,T4,T5,T6,T7,T8,T9>MultiItemCombine9. latestItems()By default, the combination logic is called with one item of each observed stream.
-