Uses of Class
org.reactfx.util.LL
Packages that use LL
-
Uses of LL in org.reactfx
Fields in org.reactfx declared as LLModifier and TypeFieldDescriptionprivate final LL<EmissionBuilder<S, O>> StatefulStreamBuilderImpl.emissionsprivate final LL<EmissionBuilder<S, O>> StatefulStreamBuilderOnImpl.emissionsprivate final LL<TransitionBuilder<S>> ObservableStateBuilderImpl.transitionsprivate final LL<TransitionBuilder<S>> ObservableStateBuilderOnImpl.transitionsprivate final LL<TransitionBuilder<S>> StatefulStreamBuilderImpl.transitionsprivate final LL<TransitionBuilder<S>> StatefulStreamBuilderOnImpl.transitionsprivate final LL<TransmissionBuilder<S, O>> StatefulStreamBuilderImpl.transmissionsprivate final LL<TransmissionBuilder<S, O>> StatefulStreamBuilderOnImpl.transmissionsConstructors in org.reactfx with parameters of type LLModifierConstructorDescription(package private)ObservableStateBuilderImpl(S initialState, LL<TransitionBuilder<S>> transitions) (package private)ObservableStateBuilderOnImpl(S initialState, LL<TransitionBuilder<S>> transitions, EventStream<I> input) (package private)StatefulStream(S initialState, LL<TransitionBuilder<S>> transitions, LL<EmissionBuilder<S, O>> emissions, LL<TransmissionBuilder<S, O>> transmissions) (package private)StatefulStreamBuilderImpl(S initialState, LL<TransitionBuilder<S>> transitions, LL<EmissionBuilder<S, O>> emissions, LL<TransmissionBuilder<S, O>> transmissions) (package private)StatefulStreamBuilderOnImpl(S initialState, LL<TransitionBuilder<S>> transitions, LL<EmissionBuilder<S, O>> emissions, LL<TransmissionBuilder<S, O>> transmissions, EventStream<I> input) StateStream(S initialState, LL<TransitionBuilder<S>> transitions) -
Uses of LL in org.reactfx.util
Subclasses of LL in org.reactfx.utilFields in org.reactfx.util declared as LLMethods in org.reactfx.util that return LLModifier and TypeMethodDescriptionstatic <T> LL<? extends T> abstract <U> LL<U> <U> LL<U> static <T> LL<T> LL.nil()private static <T> LL<T> LL.Cons.tail()LL.Nil.tail()LL.tail()Methods in org.reactfx.util with parameters of type LLModifier and TypeMethodDescriptionstatic <T> LL<? extends T> static <T> LL.Cons<T> private <R> RFingerTree.Branch.foldBetween0(R acc, BiFunction<? super R, ? super T, ? extends R> reduction, int startLeaf, int endLeaf, LL<? extends FingerTree<T, S>> nodes) private <R> RFingerTree.Branch.foldBetween0(R acc, BiFunction<? super R, ? super T, ? extends R> reduction, ToIntFunction<? super S> metric, int startPosition, int endPosition, TetraFunction<? super R, ? super T, Integer, Integer, ? extends R> rangeReduction, LL<? extends FingerTree<T, S>> nodes) private TFingerTree.Branch.getLeaf0(int index, LL<? extends FingerTree<T, S>> nodes) private SFingerTree.Branch.getSummaryBetween0(int startLeaf, int endLeaf, LL<? extends FingerTree<T, S>> nodes) private SFingerTree.Branch.getSummaryBetween0(ToIntFunction<? super S> metric, int startPosition, int endPosition, TriFunction<? super T, Integer, Integer, ? extends S> subSummary, LL<? extends FingerTree<T, S>> nodes) private BiIndexFingerTree.Branch.locate0(BiFunction<? super S, Integer, Either<Integer, Integer>> navigate, int position, LL<? extends FingerTree.NonEmptyFingerTree<T, S>> nodes) private BiIndexFingerTree.Branch.locateProgressively0(ToIntFunction<? super S> metric, int position, LL<? extends FingerTree.NonEmptyFingerTree<T, S>> nodes) private BiIndexFingerTree.Branch.locateRegressively0(ToIntFunction<? super S> metric, int position, LL<? extends FingerTree.NonEmptyFingerTree<T, S>> nodes) private static <T> LL<T> private Tuple2<FingerTree<T, S>, FingerTree<T, S>> FingerTree.Branch.split0(int beforeLeaf, LL<? extends FingerTree<T, S>> nodes) private LL.Cons<FingerTree.NonEmptyFingerTree<T, S>> FingerTree.Branch.updateLeaf0(int index, T data, LL<? extends FingerTree.NonEmptyFingerTree<T, S>> nodes) Constructors in org.reactfx.util with parameters of type LL