Uses of Class
org.reactfx.util.Tuple2
Packages that use Tuple2
-
Uses of Tuple2 in org.reactfx
Subclasses with type arguments of type Tuple2 in org.reactfxModifier and TypeClassDescription(package private) classEmitBothOnEachStream<A,I> (package private) classTransmissionBuilder<S,O> 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 Tuple2Modifier and TypeMethodDescriptionprivate voidStateMachine.ObservableStateBuilderOn.transmit(BiFunction<? super S, ? super I, Tuple2<S, Optional<O>>> f) StateMachine.StatefulStreamBuilderOn.transmit(BiFunction<? super S, ? super I, Tuple2<S, Optional<O>>> f) Constructor parameters in org.reactfx with type arguments of type Tuple2ModifierConstructorDescription<I>TransmissionBuilder(EventStream<I> input, BiFunction<? super S, ? super I, ? extends Tuple2<S, Optional<O>>> f) -
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) EmptyAccuMap.peek(AccumulationFacility<V, A> af) HashAccuMap.peek(AccumulationFacility<V, A> af) IteratorBasedAccuMap.peek(AccumulationFacility<V, A> af) Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.split(int beforeLeaf) (package private) Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.Branch.split0(int beforeLeaf) private Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.Branch.split0(int beforeLeaf, LL<? extends FingerTree<T, S>> nodes) (package private) Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.Empty.split0(int beforeLeaf) (package private) Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.Leaf.split0(int beforeLeaf) (package private) abstract Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.split0(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 TypeMethodDescription(package private) Either<FingerTree.Branch<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.Branch.appendLte(FingerTree<T, S> suffix) (package private) Either<FingerTree.Leaf<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.Leaf.appendLte(FingerTree<T, S> right) (package private) abstract Either<? extends FingerTree.NonEmptyFingerTree<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.NonEmptyFingerTree.appendLte(FingerTree<T, S> right) (package private) Either<FingerTree.Branch<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.Branch.prependLte(FingerTree<T, S> prefix) (package private) Either<FingerTree.Leaf<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.Leaf.prependLte(FingerTree<T, S> left) (package private) abstract Either<? extends FingerTree.NonEmptyFingerTree<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.NonEmptyFingerTree.prependLte(FingerTree<T, S> left) Tuple3<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) Methods in org.reactfx.util with parameters of type Tuple2Modifier and TypeMethodDescriptionprivate FingerTree<SparseList.Segment<E>, SparseList.Stats> SparseList.join(FingerTree<SparseList.Segment<E>, SparseList.Stats> left, Tuple2<SparseList.Segment<E>, Integer> lSuffix, List<SparseList.Segment<E>> middle, Tuple2<SparseList.Segment<E>, Integer> rPrefix, FingerTree<SparseList.Segment<E>, SparseList.Stats> right) private FingerTree<SparseList.Segment<E>, SparseList.Stats> SparseList.join(FingerTree<SparseList.Segment<E>, SparseList.Stats> left, Tuple2<SparseList.Segment<E>, Integer> lSuffix, SparseList.Segment<E> middle, Tuple2<SparseList.Segment<E>, Integer> rPrefix, FingerTree<SparseList.Segment<E>, SparseList.Stats> right)