Uses of Interface
io.smallrye.mutiny.tuples.Functions.Function4
-
Packages that use Functions.Function4 Package Description io.smallrye.mutiny.groups io.smallrye.mutiny.infrastructure -
-
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)<O> Multi<O>MultiItemCombine4. using(Functions.Function4<T1,T2,T3,T4,O> combinator)Creates the resultingMulti. -
Uses of Functions.Function4 in io.smallrye.mutiny.infrastructure
Methods in io.smallrye.mutiny.infrastructure that return Functions.Function4 Modifier and Type Method Description default <I1,I2,I3,I4,O>
Functions.Function4<I1,I2,I3,I4,O>CallbackDecorator. decorate(Functions.Function4<I1,I2,I3,I4,O> function)Allows decorating aFunctions.Function4.static <I1,I2,I3,I4,O>
Functions.Function4<I1,I2,I3,I4,O>Infrastructure. decorate(Functions.Function4<I1,I2,I3,I4,O> function)Methods in io.smallrye.mutiny.infrastructure with parameters of type Functions.Function4 Modifier and Type Method Description default <I1,I2,I3,I4,O>
Functions.Function4<I1,I2,I3,I4,O>CallbackDecorator. decorate(Functions.Function4<I1,I2,I3,I4,O> function)Allows decorating aFunctions.Function4.static <I1,I2,I3,I4,O>
Functions.Function4<I1,I2,I3,I4,O>Infrastructure. decorate(Functions.Function4<I1,I2,I3,I4,O> function)
-