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