Uses of Interface
io.smallrye.mutiny.tuples.Functions.Function5
Packages that use Functions.Function5
-
Uses of Functions.Function5 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type Functions.Function5 -
Uses of Functions.Function5 in io.smallrye.mutiny.infrastructure
Methods in io.smallrye.mutiny.infrastructure that return Functions.Function5Modifier and TypeMethodDescriptiondefault <I1,I2, I3, I4, I5, O>
Functions.Function5<I1, I2, I3, I4, I5, O> CallbackDecorator.decorate(Functions.Function5<I1, I2, I3, I4, I5, O> function) Allows decorating aFunctions.Function5.static <I1,I2, I3, I4, I5, O>
Functions.Function5<I1, I2, I3, I4, I5, O> Infrastructure.decorate(Functions.Function5<I1, I2, I3, I4, I5, O> function) Methods in io.smallrye.mutiny.infrastructure with parameters of type Functions.Function5Modifier and TypeMethodDescriptiondefault <I1,I2, I3, I4, I5, O>
Functions.Function5<I1, I2, I3, I4, I5, O> CallbackDecorator.decorate(Functions.Function5<I1, I2, I3, I4, I5, O> function) Allows decorating aFunctions.Function5.static <I1,I2, I3, I4, I5, O>
Functions.Function5<I1, I2, I3, I4, I5, O> Infrastructure.decorate(Functions.Function5<I1, I2, I3, I4, I5, O> function)
UniAndGroup5.with(Functions.Function5)instead