| Package | Description |
|---|---|
| io.smallrye.mutiny | |
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators | |
| io.smallrye.mutiny.tuples |
| Modifier and Type | Method and Description |
|---|---|
<T2> Uni<Tuple2<T,T2>> |
Uni.and(Uni<T2> other)
Deprecated.
Use
Uni.combine() |
| Modifier and Type | Method and Description |
|---|---|
Uni<Tuple2<T1,T2>> |
UniAndGroup2.asTuple() |
| Modifier and Type | Method and Description |
|---|---|
<T2> Uni<Tuple2<T,T2>> |
AbstractUni.and(Uni<T2> other) |
Multi<Tuple2<T1,T2>> |
MultiItemCombine2.asTuple() |
| Modifier and Type | Class and Description |
|---|---|
class |
Tuple3<T1,T2,T3> |
class |
Tuple4<T1,T2,T3,T4> |
class |
Tuple5<T1,T2,T3,T4,T5> |
class |
Tuple6<T1,T2,T3,T4,T5,T6> |
class |
Tuple7<T1,T2,T3,T4,T5,T6,T7> |
class |
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> |
class |
Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
| Modifier and Type | Method and Description |
|---|---|
<T> Tuple2<T,R> |
Tuple2.mapItem1(Function<L,T> mapper)
|
<T> Tuple2<L,T> |
Tuple2.mapItem2(Function<R,T> mapper)
|
static <L,R> Tuple2<L,R> |
Tuple2.of(L l,
R r) |
static <L,R> Tuple2<L,R> |
Tuples.tuple2(List<?> list) |
Copyright © 2019–2020 SmallRye. All rights reserved.