Uses of Interface
org.apache.commons.io.function.IOIterator
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IOIterator in org.apache.commons.io.function
Modifier and TypeMethodDescriptionstatic <E> IOIterator<E>
Adapts the given Iterable as an IOIterator.static <E> IOIterator<E>
Adapts the given Iterator as an IOIterator.default IOIterator<T>
IOBaseStream.iterator()
LikeBaseStream.iterator()
.