Uses of Class
io.smallrye.mutiny.tuples.Tuple2
-
Packages that use Tuple2 Package Description io.smallrye.mutiny io.smallrye.mutiny.groups io.smallrye.mutiny.operators io.smallrye.mutiny.tuples -
-
Uses of Tuple2 in io.smallrye.mutiny
Methods in io.smallrye.mutiny that return types with arguments of type Tuple2 Modifier and Type Method Description <T2> Uni<Tuple2<T,T2>>Uni. and(Uni<T2> other)Deprecated.UseUni.combine() -
Uses of Tuple2 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return types with arguments of type Tuple2 Modifier and Type Method Description Multi<Tuple2<T1,T2>>MultiItemCombine2. asTuple()Uni<Tuple2<T1,T2>>UniAndGroup2. asTuple() -
Uses of Tuple2 in io.smallrye.mutiny.operators
Methods in io.smallrye.mutiny.operators that return types with arguments of type Tuple2 Modifier and Type Method Description <T2> Uni<Tuple2<T,T2>>AbstractUni. and(Uni<T2> other) -
Uses of Tuple2 in io.smallrye.mutiny.tuples
Subclasses of Tuple2 in io.smallrye.mutiny.tuples Modifier and Type Class Description classTuple3<T1,T2,T3>classTuple4<T1,T2,T3,T4>classTuple5<T1,T2,T3,T4,T5>classTuple6<T1,T2,T3,T4,T5,T6>classTuple7<T1,T2,T3,T4,T5,T6,T7>classTuple8<T1,T2,T3,T4,T5,T6,T7,T8>classTuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>Methods in io.smallrye.mutiny.tuples that return Tuple2 Modifier and Type Method Description <T> Tuple2<T,R>Tuple2. mapItem1(java.util.function.Function<L,T> mapper)<T> Tuple2<L,T>Tuple2. mapItem2(java.util.function.Function<R,T> mapper)static <L,R>
Tuple2<L,R>Tuple2. of(L l, R r)static <L,R>
Tuple2<L,R>Tuples. tuple2(java.util.List<?> list)
-