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