Uses of Interface
org.reactfx.util.TriFunction
-
Packages that use TriFunction Package Description org.reactfx org.reactfx.util org.reactfx.value -
-
Uses of TriFunction in org.reactfx
Fields in org.reactfx declared as TriFunction Modifier and Type Field Description private TriFunction<java.lang.Long,java.util.concurrent.TimeUnit,java.lang.Runnable,java.util.concurrent.ScheduledFuture<?>>
ScheduledExecutorServiceTimer. scheduler
Constructors in org.reactfx with parameters of type TriFunction Constructor Description ScheduledExecutorServiceTimer(java.time.Duration timeout, java.lang.Runnable action, TriFunction<java.lang.Long,java.util.concurrent.TimeUnit,java.lang.Runnable,java.util.concurrent.ScheduledFuture<?>> scheduler, java.util.concurrent.Executor eventThreadExecutor)
-
Uses of TriFunction in org.reactfx.util
Methods in org.reactfx.util that return TriFunction Modifier and Type Method Description default TriFunction<B,C,D,R>
TetraFunction. pApply(A a)
Methods in org.reactfx.util with parameters of type TriFunction Modifier and Type Method Description java.util.Optional<S>
FingerTree. getSummaryBetween(java.util.function.ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T,java.lang.Integer,java.lang.Integer,? extends S> subSummary)
(package private) S
FingerTree.Branch. getSummaryBetween0(java.util.function.ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T,java.lang.Integer,java.lang.Integer,? extends S> subSummary)
private S
FingerTree.Branch. getSummaryBetween0(java.util.function.ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T,java.lang.Integer,java.lang.Integer,? extends S> subSummary, LL<? extends FingerTree<T,S>> nodes)
(package private) S
FingerTree.Empty. getSummaryBetween0(java.util.function.ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T,java.lang.Integer,java.lang.Integer,? extends S> subSummary)
(package private) abstract S
FingerTree. getSummaryBetween0(java.util.function.ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T,java.lang.Integer,java.lang.Integer,? extends S> subSummary)
(package private) S
FingerTree.Leaf. getSummaryBetween0(java.util.function.ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T,java.lang.Integer,java.lang.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 TriFunction Modifier and Type Method Description static <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)
-