| Package | Description |
|---|---|
| io.smallrye.mutiny.groups |
| Modifier and Type | Method and Description |
|---|---|
UniAndGroup2<T1,T2> |
UniAndGroup2.collectFailures()
Configure the processing to wait until all the
unis to fire an event (item or failure) before
firing the failure. |
<T2> UniAndGroup2<T1,T2> |
UniAndGroup.uni(Uni<? extends T2> other)
Combines the current
Uni with the given one. |
<T1,T2> UniAndGroup2<T1,T2> |
UniZip.unis(Uni<? extends T1> u1,
Uni<? extends T2> u2)
Combines two
unis together. |
Copyright © 2019–2020 SmallRye. All rights reserved.