Uses of Interface
io.smallrye.mutiny.tuples.Functions.Function9
-
Packages that use Functions.Function9 Package Description io.smallrye.mutiny.groups io.smallrye.mutiny.operators -
-
Uses of Functions.Function9 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type Functions.Function9 Modifier and Type Method Description <O> Uni<O>UniAndGroup9. combinedWith(Functions.Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,O> combinator) -
Uses of Functions.Function9 in io.smallrye.mutiny.operators
Methods in io.smallrye.mutiny.operators with parameters of type Functions.Function9 Modifier and Type Method Description <O> Multi<O>MultiItemCombine9. using(Functions.Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,O> combinator)Creates the resultingMulti.
-