Package | Description |
---|---|
org.apache.jena.atlas.iterator |
Modifier and Type | Class and Description |
---|---|
class |
AccString<T> |
Modifier and Type | Method and Description |
---|---|
<R> R |
Iter.reduce(Accumulate<T,R> aggregator) |
static <T,R> R |
Iter.reduce(Iterable<? extends T> stream,
Accumulate<T,R> aggregator) |
static <T,R> R |
Iter.reduce(Iterator<? extends T> stream,
Accumulate<T,R> aggregator) |
Licenced under the Apache License, Version 2.0