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. addCompletionHandler
private java.util.function.BiConsumer<F,TriConsumer<T,java.lang.Throwable,java.lang.Boolean>>
AwaitLatest. addCompletionHandler
Methods in org.reactfx with parameters of type TriConsumer Modifier and Type Method Description (package private) static <T> void
Await. 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> void
Await. 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 void
Tuple3. exec(TriConsumer<? super A,? super B,? super C> f)
-