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