Uses of Interface
org.apache.commons.io.function.IOIterator
-
Packages that use IOIterator Package Description org.apache.commons.io.function Provides IO-only related functional interfaces for lambda expressions and method references. -
-
Uses of IOIterator in org.apache.commons.io.function
Methods in org.apache.commons.io.function that return IOIterator Modifier and Type Method Description static <E> IOIterator<E>
IOIterator. adapt(java.util.Iterator<E> iterator)
Adapts the given Iterator as an IOIterator.default IOIterator<T>
IOBaseStream. iterator()
LikeBaseStream.iterator()
.
-