Uses of Class
io.smallrye.mutiny.groups.UniAndGroup2
-
Packages that use UniAndGroup2 Package Description io.smallrye.mutiny.groups -
-
Uses of UniAndGroup2 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return UniAndGroup2 Modifier and Type Method Description UniAndGroup2<T1,T2>UniAndGroup2. collectFailures()Configure the processing to wait until all theunisto fire an event (item or failure) before firing the failure.<T2> UniAndGroup2<T1,T2>UniAndGroup. uni(Uni<? extends T2> other)Combines the currentUniwith the given one.<T1,T2>
UniAndGroup2<T1,T2>UniZip. unis(Uni<? extends T1> u1, Uni<? extends T2> u2)Combines twounistogether.
-