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