Uses of Interface
org.reactfx.util.HexaFunction

Packages that use HexaFunction
Package
Description
 
 
  • Uses of HexaFunction in org.reactfx.util

    Methods in org.reactfx.util with parameters of type HexaFunction
    Modifier and Type
    Method
    Description
    <T> T
    Tuple6.map(HexaFunction<? super A,? super B,? super C,? super D,? super E,? super F,? extends T> f)
     
    <U> U
    LL.mapFirst6(HexaFunction<? super T,? super T,? super T,? super T,? super T,? super T,? extends U> f)
     
  • Uses of HexaFunction in org.reactfx.value

    Methods in org.reactfx.value with parameters of type HexaFunction
    Modifier and Type
    Method
    Description
    static <A, B, C, D, E, F, 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, javafx.beans.value.ObservableValue<F> src6, HexaFunction<? super A,? super B,? super C,? super D,? super E,? super F,? extends R> f)