Uses of Class
io.smallrye.mutiny.tuples.Tuple7
-
Packages that use Tuple7 Package Description io.smallrye.mutiny.groups io.smallrye.mutiny.operators io.smallrye.mutiny.tuples -
-
Uses of Tuple7 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return types with arguments of type Tuple7 Modifier and Type Method Description Uni<Tuple7<T1,T2,T3,T4,T5,T6,T7>>UniAndGroup7. asTuple() -
Uses of Tuple7 in io.smallrye.mutiny.operators
Methods in io.smallrye.mutiny.operators that return types with arguments of type Tuple7 Modifier and Type Method Description Multi<Tuple7<T1,T2,T3,T4,T5,T6,T7>>MultiItemCombine7. asTuple() -
Uses of Tuple7 in io.smallrye.mutiny.tuples
Subclasses of Tuple7 in io.smallrye.mutiny.tuples Modifier and Type Class Description 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 Tuple7 Modifier and Type Method Description <T> Tuple7<T,T2,T3,T4,T5,T6,T7>Tuple7. mapItem1(java.util.function.Function<T1,T> mapper)<T> Tuple7<T1,T,T3,T4,T5,T6,T7>Tuple7. mapItem2(java.util.function.Function<T2,T> mapper)<T> Tuple7<T1,T2,T,T4,T5,T6,T7>Tuple7. mapItem3(java.util.function.Function<T3,T> mapper)<T> Tuple7<T1,T2,T3,T,T5,T6,T7>Tuple7. mapItem4(java.util.function.Function<T4,T> mapper)<T> Tuple7<T1,T2,T3,T4,T,T6,T7>Tuple7. mapItem5(java.util.function.Function<T5,T> mapper)<T> Tuple7<T1,T2,T3,T4,T5,T,T7>Tuple7. mapItem6(java.util.function.Function<T6,T> mapper)<T> Tuple7<T1,T2,T3,T4,T5,T6,T>Tuple7. mapItem7(java.util.function.Function<T7,T> mapper)static <T1,T2,T3,T4,T5,T6,T7>
Tuple7<T1,T2,T3,T4,T5,T6,T7>Tuple7. of(T1 a, T2 b, T3 c, T4 d, T5 e, T6 f, T7 g)static <T1,T2,T3,T4,T5,T6,T7>
Tuple7<T1,T2,T3,T4,T5,T6,T7>Tuples. tuple7(java.util.List<?> list)
-