| Package | Description |
|---|---|
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators | |
| io.smallrye.mutiny.tuples |
| Modifier and Type | Method and Description |
|---|---|
Uni<Tuple4<T1,T2,T3,T4>> |
UniAndGroup4.asTuple() |
| Modifier and Type | Method and Description |
|---|---|
Multi<Tuple4<T1,T2,T3,T4>> |
MultiItemCombine4.asTuple() |
| Modifier and Type | Class and Description |
|---|---|
class |
Tuple5<T1,T2,T3,T4,T5> |
| Modifier and Type | Method and Description |
|---|---|
<T> Tuple4<T,T2,T3,T4> |
Tuple4.mapItem1(Function<T1,T> mapper) |
<T> Tuple4<T1,T,T3,T4> |
Tuple4.mapItem2(Function<T2,T> mapper) |
<T> Tuple4<T1,T2,T,T4> |
Tuple4.mapItem3(Function<T3,T> mapper) |
<T> Tuple4<T1,T2,T3,T> |
Tuple4.mapItem4(Function<T4,T> mapper) |
static <T1,T2,T3,T4> |
Tuple4.of(T1 a,
T2 b,
T3 c,
T4 d) |
static <T1,T2,T3,T4> |
Tuples.tuple4(List<?> list) |
Copyright © 2019–2020 SmallRye. All rights reserved.