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.emissions
private final LL
<EmissionBuilder<S, O>> StatefulStreamBuilderOnImpl.emissions
private final LL
<TransitionBuilder<S>> ObservableStateBuilderImpl.transitions
private final LL
<TransitionBuilder<S>> ObservableStateBuilderOnImpl.transitions
private final LL
<TransitionBuilder<S>> StatefulStreamBuilderImpl.transitions
private final LL
<TransitionBuilder<S>> StatefulStreamBuilderOnImpl.transitions
private final LL
<TransmissionBuilder<S, O>> StatefulStreamBuilderImpl.transmissions
private final LL
<TransmissionBuilder<S, O>> StatefulStreamBuilderOnImpl.transmissions
Constructors 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> R
FingerTree.Branch.foldBetween0
(R acc, BiFunction<? super R, ? super T, ? extends R> reduction, int startLeaf, int endLeaf, LL<? extends FingerTree<T, S>> nodes) private <R> R
FingerTree.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 T
FingerTree.Branch.getLeaf0
(int index, LL<? extends FingerTree<T, S>> nodes) private S
FingerTree.Branch.getSummaryBetween0
(int startLeaf, int endLeaf, LL<? extends FingerTree<T, S>> nodes) private S
FingerTree.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 BiIndex
FingerTree.Branch.locate0
(BiFunction<? super S, Integer, Either<Integer, Integer>> navigate, int position, LL<? extends FingerTree.NonEmptyFingerTree<T, S>> nodes) private BiIndex
FingerTree.Branch.locateProgressively0
(ToIntFunction<? super S> metric, int position, LL<? extends FingerTree.NonEmptyFingerTree<T, S>> nodes) private BiIndex
FingerTree.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