public class UniAndGroup5<T1,T2,T3,T4,T5> extends UniAndGroupIterable<T1>
| Constructor and Description |
|---|
UniAndGroup5(Uni<? extends T1> source,
Uni<? extends T2> o1,
Uni<? extends T3> o2,
Uni<? extends T4> o3,
Uni<? extends T5> o4) |
| Modifier and Type | Method and Description |
|---|---|
Uni<Tuple5<T1,T2,T3,T4,T5>> |
asTuple() |
UniAndGroup5<T1,T2,T3,T4,T5> |
collectFailures() |
<O> Uni<O> |
combinedWith(Functions.Function5<T1,T2,T3,T4,T5,O> combinator) |
combinedWith, discardItemsCopyright © 2019–2020 SmallRye. All rights reserved.