Uses of Interface
org.reactfx.util.TriConsumer
-
Packages that use TriConsumer Package Description org.reactfx org.reactfx.util -
-
Uses of TriConsumer in org.reactfx
Fields in org.reactfx with type parameters of type TriConsumer Modifier and Type Field Description private java.util.function.BiConsumer<F,TriConsumer<T,java.lang.Throwable,java.lang.Boolean>>Await. addCompletionHandlerprivate java.util.function.BiConsumer<F,TriConsumer<T,java.lang.Throwable,java.lang.Boolean>>AwaitLatest. addCompletionHandlerMethods in org.reactfx with parameters of type TriConsumer Modifier and Type Method Description (package private) static <T> voidAwait. addCompletionHandler(java.util.concurrent.CompletionStage<T> future, TriConsumer<T,java.lang.Throwable,java.lang.Boolean> handler, java.util.concurrent.Executor executor)(package private) static <T> voidAwait. addCompletionHandler(javafx.concurrent.Task<T> t, TriConsumer<T,java.lang.Throwable,java.lang.Boolean> handler)Constructor parameters in org.reactfx with type arguments of type TriConsumer Constructor Description Await(EventStream<F> source, java.util.function.BiConsumer<F,TriConsumer<T,java.lang.Throwable,java.lang.Boolean>> addCompletionHandler)AwaitLatest(EventStream<F> source, EventStream<?> cancelImpulse, java.util.function.Consumer<F> canceller, java.util.function.BiConsumer<F,TriConsumer<T,java.lang.Throwable,java.lang.Boolean>> addCompletionHandler) -
Uses of TriConsumer in org.reactfx.util
Methods in org.reactfx.util with parameters of type TriConsumer Modifier and Type Method Description voidTuple3. exec(TriConsumer<? super A,? super B,? super C> f)
-