Uses of Interface
org.reactfx.util.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in org.reactfx
Fields in org.reactfx declared as TriFunctionModifier and TypeFieldDescriptionprivate final TriFunction
<Long, TimeUnit, Runnable, ScheduledFuture<?>> ScheduledExecutorServiceTimer.scheduler
Constructors in org.reactfx with parameters of type TriFunctionModifierConstructorDescriptionprivate
ScheduledExecutorServiceTimer
(Duration timeout, Runnable action, TriFunction<Long, TimeUnit, Runnable, ScheduledFuture<?>> scheduler, Executor eventThreadExecutor) -
Uses of TriFunction in org.reactfx.util
Methods in org.reactfx.util that return TriFunctionMethods in org.reactfx.util with parameters of type TriFunctionModifier and TypeMethodDescriptionFingerTree.getSummaryBetween
(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) (package private) final S
FingerTree.Branch.getSummaryBetween0
(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) private S
FingerTree.Branch.getSummaryBetween0
(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary, LL<? extends FingerTree<T, S>> nodes) (package private) S
FingerTree.Empty.getSummaryBetween0
(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) (package private) abstract S
FingerTree.getSummaryBetween0
(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) (package private) S
FingerTree.Leaf.getSummaryBetween0
(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) <T> T
Tuple3.map
(TriFunction<? super A, ? super B, ? super C, ? extends T> f) <U> U
LL.mapFirst3
(TriFunction<? super T, ? super T, ? super T, ? extends U> f) -
Uses of TriFunction in org.reactfx.value
Methods in org.reactfx.value with parameters of type TriFunctionModifier and TypeMethodDescriptionstatic <A,
B, C, R>
Val<R> Val.combine
(javafx.beans.value.ObservableValue<A> src1, javafx.beans.value.ObservableValue<B> src2, javafx.beans.value.ObservableValue<C> src3, TriFunction<? super A, ? super B, ? super C, ? extends R> f)