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.addCompletionHandlerprivate final BiConsumer<F, TriConsumer<T, Throwable, Boolean>> AwaitLatest.addCompletionHandlerMethods in org.reactfx with parameters of type TriConsumerModifier and TypeMethodDescription(package private) static <T> voidAwait.addCompletionHandler(CompletionStage<T> future, TriConsumer<T, Throwable, Boolean> handler, Executor executor) (package private) static <T> voidAwait.addCompletionHandler(javafx.concurrent.Task<T> t, TriConsumer<T, Throwable, Boolean> handler) Constructor parameters in org.reactfx with type arguments of type TriConsumerModifierConstructorDescriptionprivateAwait(EventStream<F> source, BiConsumer<F, TriConsumer<T, Throwable, Boolean>> addCompletionHandler) privateAwaitLatest(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 TriConsumerModifier and TypeMethodDescriptionvoidTuple3.exec(TriConsumer<? super A, ? super B, ? super C> f)