Uses of Interface
io.smallrye.mutiny.tuples.Functions.Function3
-
Packages that use Functions.Function3 Package Description io.smallrye.mutiny.groups io.smallrye.mutiny.infrastructure -
-
Uses of Functions.Function3 in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type Functions.Function3 Modifier and Type Method Description Uni<T>UniOnTerminate. call(Functions.Function3<? super T,java.lang.Throwable,java.lang.Boolean,Uni<?>> mapper)Attaches 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)<O> Multi<O>MultiItemCombine3. using(Functions.Function3<T1,T2,T3,O> combinator)Creates the resultingMulti. -
Uses of Functions.Function3 in io.smallrye.mutiny.infrastructure
Methods in io.smallrye.mutiny.infrastructure that return Functions.Function3 Modifier and Type Method Description default <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.Function3 Modifier and Type Method Description default <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)
-