Uses of Interface
org.apache.jena.atlas.iterator.Iter.Folder
Packages that use Iter.Folder
-
Uses of Iter.Folder in org.apache.jena.atlas.iterator
Methods in org.apache.jena.atlas.iterator with parameters of type Iter.FolderModifier and TypeMethodDescriptionstatic <T,R> R Iter.foldLeft(Iterator<? extends T> stream, R value, Iter.Folder<T, R> function) <R> RIter.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> RIter.foldRight(R initial, Iter.Folder<T, R> accumulator)