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