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