| Package | Description |
|---|---|
| org.apache.jena.atlas.iterator |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
Iter.foldLeft(Iterator<? extends T> stream,
R value,
Iter.Folder<T,R> function) |
<R> R |
Iter.foldLeft(R initial,
Iter.Folder<T,R> accumulator) |
static <T,R> R |
Iter.foldRight(Iterator<? extends T> stream,
R value,
Iter.Folder<T,R> function) |
<R> R |
Iter.foldRight(R initial,
Iter.Folder<T,R> accumulator) |
Licenced under the Apache License, Version 2.0