Uses of Interface
eu.bandm.tools.ops.LazyList
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Infrastructure for evaluating tpath expressions.
-
Uses of LazyList in eu.bandm.tools.ops
Modifier and TypeClassDescriptionclass
A generic implementation which ..class
UnlazyList<A>
Technically needed: The type of a lazy list which has already been forced to evaluate all elements.Modifier and TypeMethodDescriptionstatic <A> LazyList<A>
(package private) static <A> LazyList<A>
static <A> LazyList<A>
(package private) static <A> LazyList<A>
static <A> LazyList<A>
LazyLists.count
(int from) static <A> LazyList<A>
static <A> LazyList<A>
LazyLists.empty()
static <A> LazyList<A>
static <A> LazyList<A>
LazyLists.from
(A... things) static <A> LazyList<A>
(package private) static <A> LazyList<A>
static <A> LazyList<A>
LazyList.getTail()
static <A,
B> LazyList<B> static <A> LazyList<A>
LazyLists.merge
(Comparator<? super A> order, boolean removeDuplicates, LazyList<A> left, LazyList<A> right) static <A> LazyList<A>
static <A> LazyList<A>
LazyLists.singleton
(A head) static <A> LazyList<A>
Modifier and TypeMethodDescriptionstatic <A> LazyList<A>
(package private) static <A> LazyList<A>
static <A> LazyList<A>
static <A> LazyList<A>
static <A> LazyList<A>
static <A,
B> LazyList<B> static <A> LazyList<A>
LazyLists.merge
(Comparator<? super A> order, boolean removeDuplicates, LazyList<A> left, LazyList<A> right) static <A> LazyList<A>
static <A> LazyList<A>
-
Uses of LazyList in eu.bandm.tools.tpath.runtime
ModifierConstructorDescriptionNodeSet
(DocumentClient<N> client, LazyList<N> nodes, boolean reverse)