Uses of Interface
eu.bandm.tools.ops.LazyList
Packages that use 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
Classes in eu.bandm.tools.ops that implement LazyListModifier 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.Methods in eu.bandm.tools.ops that return LazyListModifier 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> Methods in eu.bandm.tools.ops with parameters of type LazyListModifier 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> Method parameters in eu.bandm.tools.ops with type arguments of type LazyList -
Uses of LazyList in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime that return LazyListConstructors in eu.bandm.tools.tpath.runtime with parameters of type LazyListModifierConstructorDescriptionNodeSet
(DocumentClient<N> client, LazyList<N> nodes, boolean reverse)