Uses of Interface
org.reactfx.util.PentaFunction
-
Packages that use PentaFunction Package Description org.reactfx.util org.reactfx.value -
-
Uses of PentaFunction in org.reactfx.util
Methods in org.reactfx.util that return PentaFunction Modifier and Type Method Description default PentaFunction<B,C,D,E,F,R>
HexaFunction. pApply(A a)
Methods in org.reactfx.util with parameters of type PentaFunction Modifier and Type Method Description <T> T
Tuple5. map(PentaFunction<? super A,? super B,? super C,? super D,? super E,? extends T> f)
<U> U
LL. mapFirst5(PentaFunction<? super T,? super T,? super T,? super T,? super T,? extends U> f)
-
Uses of PentaFunction in org.reactfx.value
Methods in org.reactfx.value with parameters of type PentaFunction Modifier and Type Method Description static <A,B,C,D,E,R>
Val<R>Val. combine(javafx.beans.value.ObservableValue<A> src1, javafx.beans.value.ObservableValue<B> src2, javafx.beans.value.ObservableValue<C> src3, javafx.beans.value.ObservableValue<D> src4, javafx.beans.value.ObservableValue<E> src5, PentaFunction<? super A,? super B,? super C,? super D,? super E,? extends R> f)
-