Uses of Class
org.reactfx.util.Tuple2
Packages that use Tuple2
-
Uses of Tuple2 in org.reactfx
Methods in org.reactfx that return Tuple2Modifier and TypeMethodDescriptiondefault Tuple2<EventStream<T>, EventStream<T>> Returns two event streams, the first one emitting events of this stream that satisfy the giventestand the second one emitting events of this stream that do not satisfy the test.static <L,R> Tuple2 <EventStream<L>, EventStream<R>> EventStreams.fork(EventStream<? extends Either<L, R>> stream) Methods in org.reactfx that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionstatic <A,B> EventStream <Tuple2<A, B>> EventStreams.combine(EventStream<A> srcA, EventStream<B> srcB) default <I> EventStream<Tuple2<T, I>> EventStream.emitBothOnEach(EventStream<I> impulse) Similar toEventStream.emitOnEach(EventStream), but also includes the impulse in the emitted value.static <A,B> EventStream <Tuple2<A, B>> EventStreams.zip(EventStream<A> srcA, EventStream<B> srcB) Method parameters in org.reactfx with type arguments of type Tuple2 -
Uses of Tuple2 in org.reactfx.util
Methods in org.reactfx.util that return Tuple2Modifier and TypeMethodDescriptionLists.commonPrefixSuffixLengths(List<?> l1, List<?> l2) Returns the lengths of common prefix and common suffix of two lists.FingerTree.get(ToIntFunction<? super S> metric, int index) AccuMap.peek(AccumulationFacility<V, A> af) Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.split(int beforeLeaf) static <A,B> Tuple2 <A, B> Tuples.t(A a, B b) Methods in org.reactfx.util that return types with arguments of type Tuple2Modifier 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)