Uses of Class
org.reactfx.util.Tuple3
Packages that use Tuple3
-
Uses of Tuple3 in org.reactfx
Methods in org.reactfx that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionstatic <A,B, C> EventStream <Tuple3<A, B, C>> EventStreams.combine(EventStream<A> srcA, EventStream<B> srcB, EventStream<C> srcC) static <A,B, C> EventStream <Tuple3<A, B, C>> EventStreams.zip(EventStream<A> srcA, EventStream<B> srcB, EventStream<C> srcC) -
Uses of Tuple3 in org.reactfx.util
Methods in org.reactfx.util that return Tuple3Modifier and TypeMethodDescriptionTuple3<FingerTree<T, S>, Tuple2<T, Integer>, FingerTree<T, S>> FingerTree.NonEmptyFingerTree.split(BiFunction<? super S, Integer, Either<Integer, Integer>> navigate, int position) Tuple3<FingerTree<T, S>, Tuple2<T, Integer>, FingerTree<T, S>> FingerTree.NonEmptyFingerTree.split(ToIntFunction<? super S> metric, int position) Tuple3<FingerTree<T, S>, T, FingerTree<T, S>> FingerTree.NonEmptyFingerTree.splitAt(int leaf) static <A,B, C> Tuple3 <A, B, C> Tuples.t(A a, B b, C c)