Uses of Interface
org.reactfx.util.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in org.reactfx
Fields in org.reactfx with type parameters of type TriConsumerModifier and TypeFieldDescriptionprivate final BiConsumer
<F, TriConsumer<T, Throwable, Boolean>> Await.addCompletionHandler
private final BiConsumer
<F, TriConsumer<T, Throwable, Boolean>> AwaitLatest.addCompletionHandler
Methods in org.reactfx with parameters of type TriConsumerModifier and TypeMethodDescription(package private) static <T> void
Await.addCompletionHandler
(CompletionStage<T> future, TriConsumer<T, Throwable, Boolean> handler, Executor executor) (package private) static <T> void
Await.addCompletionHandler
(javafx.concurrent.Task<T> t, TriConsumer<T, Throwable, Boolean> handler) Constructor parameters in org.reactfx with type arguments of type TriConsumerModifierConstructorDescriptionprivate
Await
(EventStream<F> source, BiConsumer<F, TriConsumer<T, Throwable, Boolean>> addCompletionHandler) private
AwaitLatest
(EventStream<F> source, EventStream<?> cancelImpulse, Consumer<F> canceller, BiConsumer<F, TriConsumer<T, Throwable, Boolean>> addCompletionHandler) -
Uses of TriConsumer in org.reactfx.util
Methods in org.reactfx.util with parameters of type TriConsumer