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