Uses of Interface
io.smallrye.mutiny.tuples.Functions.Function3
Packages that use Functions.Function3
-
Uses of Functions.Function3 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type Functions.Function3Modifier and TypeMethodDescriptionAttaches an action that is executed when theUniemits an item or a failure or when the subscriber cancels the subscription.<O> Uni<O> UniAndGroup3.combinedWith(Functions.Function3<T1, T2, T3, O> combinator) Deprecated, for removal: This API element is subject to removal in a future version.<O> Multi<O> MultiItemCombine3.using(Functions.Function3<T1, T2, T3, O> combinator) Creates the resultingMulti.<O> Uni<O> UniAndGroup3.with(Functions.Function3<T1, T2, T3, O> combinator) <O> Uni<O> -
Uses of Functions.Function3 in io.smallrye.mutiny.infrastructure
Methods in io.smallrye.mutiny.infrastructure that return Functions.Function3Modifier and TypeMethodDescriptiondefault <I1,I2, I3, O>
Functions.Function3<I1, I2, I3, O> CallbackDecorator.decorate(Functions.Function3<I1, I2, I3, O> function) Allows decorating aFunctions.Function3.static <I1,I2, I3, O>
Functions.Function3<I1, I2, I3, O> Infrastructure.decorate(Functions.Function3<I1, I2, I3, O> function) Methods in io.smallrye.mutiny.infrastructure with parameters of type Functions.Function3Modifier and TypeMethodDescriptiondefault <I1,I2, I3, O>
Functions.Function3<I1, I2, I3, O> CallbackDecorator.decorate(Functions.Function3<I1, I2, I3, O> function) Allows decorating aFunctions.Function3.static <I1,I2, I3, O>
Functions.Function3<I1, I2, I3, O> Infrastructure.decorate(Functions.Function3<I1, I2, I3, O> function)
UniAndGroup3.with(Functions.Function3)instead