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