Uses of Class
io.smallrye.mutiny.groups.UniAndGroupIterable
-
Packages that use UniAndGroupIterable Package Description io.smallrye.mutiny.groups -
-
Uses of UniAndGroupIterable in io.smallrye.mutiny.groups
Subclasses of UniAndGroupIterable in io.smallrye.mutiny.groups Modifier and Type Class Description classUniAndGroup2<T1,T2>Configures the combination of 2unis.classUniAndGroup3<T1,T2,T3>classUniAndGroup4<T1,T2,T3,T4>classUniAndGroup5<T1,T2,T3,T4,T5>classUniAndGroup6<T1,T2,T3,T4,T5,T6>classUniAndGroup7<T1,T2,T3,T4,T5,T6,T7>classUniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8>classUniAndGroup9<T1,T2,T3,T4,T5,T6,T7,T8,T9>Methods in io.smallrye.mutiny.groups that return UniAndGroupIterable Modifier and Type Method Description UniAndGroupIterable<T1>UniAndGroupIterable. collectFailures()UniAndGroupIterable<T1>UniAndGroup. unis(Uni<?>... unis)Combines the currentUniwith the given ones.UniAndGroupIterable<T1>UniAndGroup. unis(java.lang.Iterable<? extends Uni<?>> unis)Combines the currentUniwith the given ones.<O> UniAndGroupIterable<O>UniZip. unis(Uni<?>... unis)Combines severalunistogether.<O> UniAndGroupIterable<O>UniZip. unis(java.lang.Iterable<? extends Uni<?>> unis)Combines severalunistogether.UniAndGroupIterable<T1>UniAndGroupIterable. usingConcurrencyOf(int level)Limit the number of concurrent upstream subscriptions.
-