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