Uses of Class
org.reactfx.util.LL.Cons
-
Packages that use LL.Cons Package Description org.reactfx.util -
-
Uses of LL.Cons in org.reactfx.util
Fields in org.reactfx.util declared as LL.Cons Modifier and Type Field Description private LL.Cons<FingerTree.NonEmptyFingerTree<T,S>>
FingerTree.Branch. children
Methods in org.reactfx.util that return LL.Cons Modifier and Type Method Description static <T> LL.Cons<T>
LL. cons(T head, LL<? extends T> tail)
<U> LL.Cons<U>
LL.Cons. map(java.util.function.Function<? super T,? extends U> f)
static <T> LL.Cons<T>
LL. of(T head, T... tail)
private LL.Cons<FingerTree.NonEmptyFingerTree<T,S>>
FingerTree.Branch. updateLeaf0(int index, T data, LL<? extends FingerTree.NonEmptyFingerTree<T,S>> nodes)
Methods in org.reactfx.util with parameters of type LL.Cons Modifier and Type Method Description private static <T,S>
FingerTree.Branch<T,S>FingerTree. branch(LL.Cons<FingerTree.NonEmptyFingerTree<T,S>> children)
private static <T,S>
FingerTree<T,S>FingerTree. concat(LL.Cons<? extends FingerTree<T,S>> nodes)
Constructors in org.reactfx.util with parameters of type LL.Cons Constructor Description Branch(LL.Cons<FingerTree.NonEmptyFingerTree<T,S>> children)
-