| Package | Description |
|---|---|
| io.smallrye.mutiny.groups |
| Modifier and Type | Class and Description |
|---|---|
class |
UniAndGroup2<T1,T2>
Configures the combination of 2
unis. |
class |
UniAndGroup3<T1,T2,T3> |
class |
UniAndGroup4<T1,T2,T3,T4> |
class |
UniAndGroup5<T1,T2,T3,T4,T5> |
class |
UniAndGroup6<T1,T2,T3,T4,T5,T6> |
class |
UniAndGroup7<T1,T2,T3,T4,T5,T6,T7> |
class |
UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8> |
class |
UniAndGroup9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
| Modifier and Type | Method and Description |
|---|---|
UniAndGroupIterable<T1> |
UniAndGroupIterable.collectFailures() |
UniAndGroupIterable<T1> |
UniAndGroup.unis(Iterable<? extends Uni<?>> unis)
Combines the current
Uni with the given ones. |
<O> UniAndGroupIterable<O> |
UniZip.unis(Iterable<? extends Uni<?>> unis)
Combines several
unis together. |
UniAndGroupIterable<T1> |
UniAndGroup.unis(Uni<?>... unis)
Combines the current
Uni with the given ones. |
<O> UniAndGroupIterable<O> |
UniZip.unis(Uni<?>... unis)
Combines several
unis together. |
Copyright © 2019–2020 SmallRye. All rights reserved.