Uses of Interface
org.reactfx.util.TriFunction
Packages that use TriFunction
-
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) <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)