Uses of Interface
org.apache.commons.io.function.IOIterator
Packages that use IOIterator
Package
Description
Provides IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IOIterator in org.apache.commons.io.function
Classes in org.apache.commons.io.function that implement IOIteratorModifier and TypeClassDescription(package private) final class
Adapts anIterator
as anIOIterator
.Fields in org.apache.commons.io.function declared as IOIteratorMethods in org.apache.commons.io.function that return IOIteratorModifier and TypeMethodDescriptionstatic <E> IOIterator<E>
Adapts the given Iterator as an IOIterator.default IOIterator<T>
IOBaseStream.iterator()
LikeBaseStream.iterator()
.Constructors in org.apache.commons.io.function with parameters of type IOIteratorModifierConstructorDescription(package private)
UncheckedIOIterator
(IOIterator<E> delegate) Constructs a new instance.