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