public class UniAndGroup4<T1,T2,T3,T4> extends UniAndGroupIterable<T1>
| Constructor and Description |
|---|
UniAndGroup4(Uni<? extends T1> source,
Uni<? extends T2> o1,
Uni<? extends T3> o2,
Uni<? extends T4> o3) |
| Modifier and Type | Method and Description |
|---|---|
Uni<Tuple4<T1,T2,T3,T4>> |
asTuple() |
UniAndGroup4<T1,T2,T3,T4> |
collectFailures() |
<O> Uni<O> |
combinedWith(Functions.Function4<T1,T2,T3,T4,O> combinator) |
combinedWith, discardItemspublic UniAndGroup4<T1,T2,T3,T4> collectFailures()
collectFailures in class UniAndGroupIterable<T1>Copyright © 2019–2020 SmallRye. All rights reserved.