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.schedulerConstructors in org.reactfx with parameters of type TriFunctionModifierConstructorDescriptionprivateScheduledExecutorServiceTimer(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 SFingerTree.Branch.getSummaryBetween0(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) private SFingerTree.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) SFingerTree.Empty.getSummaryBetween0(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) (package private) abstract SFingerTree.getSummaryBetween0(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) (package private) SFingerTree.Leaf.getSummaryBetween0(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary) <T> TTuple3.map(TriFunction<? super A, ? super B, ? super C, ? extends T> f) <U> ULL.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)