Package | Description |
---|---|
org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
Modifier and Type | Method and Description |
---|---|
static <E> IOIterator<E> |
IOIterator.adapt(Iterator<E> iterator)
Adapts the given Iterator as an IOIterator.
|
default IOIterator<T> |
IOBaseStream.iterator()
Like
BaseStream.iterator() . |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.