Package | Description |
---|---|
eu.bandm.tools.ops | |
eu.bandm.tools.tpath.dom |
A DocumentClient implementation for W3C Dom.
|
Modifier and Type | Method and Description |
---|---|
static InitProducer<Integer,Integer> |
InitProducers.interval(int start,
int end) |
static <R,S extends R> |
InitProducers.loop(S init,
Predicate<? super S> cond,
Function<? super S,? extends S> iter) |
Modifier and Type | Method and Description |
---|---|
static <A,B> Function<InitProducer<? extends A,B>,List<A>> |
Lists.unfold() |
static <R,S> Function<InitProducer<? extends R,S>,Iterable<R>> |
Iterables.unfold() |
Modifier and Type | Method and Description |
---|---|
static <R,S> Iterable<R> |
InitProducers.asIterable(InitProducer<? extends R,S> p) |
static <R,S> Iterator<R> |
InitProducers.asIterator(InitProducer<? extends R,S> p) |
static <A,B> List<A> |
Lists.unfold(InitProducer<? extends A,B> p) |
static <R,S> Iterable<R> |
Iterables.unfold(InitProducer<? extends R,S> p) |
Modifier and Type | Method and Description |
---|---|
static InitProducer<Node,Node> |
Util.children(Node parent,
boolean reverse) |
static InitProducer<Node,Node> |
Util.nextSibling(Node node,
boolean self) |
static InitProducer<Node,Node> |
Util.previousSibling(Node node,
boolean self) |
see also the complete user documentation .