Uses of Class
org.reactfx.util.Tuple5
-
Packages that use Tuple5 Package Description org.reactfx org.reactfx.util -
-
Uses of Tuple5 in org.reactfx
Methods in org.reactfx that return types with arguments of type Tuple5 Modifier and Type Method Description static <A,B,C,D,E>
EventStream<Tuple5<A,B,C,D,E>>EventStreams. combine(EventStream<A> srcA, EventStream<B> srcB, EventStream<C> srcC, EventStream<D> srcD, EventStream<E> srcE)
-
Uses of Tuple5 in org.reactfx.util
Methods in org.reactfx.util that return Tuple5 Modifier and Type Method Description static <A,B,C,D,E>
Tuple5<A,B,C,D,E>Tuples. t(A a, B b, C c, D d, E e)
Tuple5<A,B,C,D,E>
Tuple5. update1(A a)
Tuple5<A,B,C,D,E>
Tuple5. update2(B b)
Tuple5<A,B,C,D,E>
Tuple5. update3(C c)
Tuple5<A,B,C,D,E>
Tuple5. update4(D d)
Tuple5<A,B,C,D,E>
Tuple5. update5(E e)
-