Uses of Interface
io.smallrye.mutiny.tuples.Functions.Function4
Packages that use Functions.Function4
-
Uses of Functions.Function4 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type Functions.Function4 -
Uses of Functions.Function4 in io.smallrye.mutiny.infrastructure
Methods in io.smallrye.mutiny.infrastructure that return Functions.Function4Modifier and TypeMethodDescriptiondefault <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.Function4Modifier and TypeMethodDescriptiondefault <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)
UniAndGroup4.with(Functions.Function4)instead