public interface IClosableIoIterator<T> extends Closeable, IClosableIterator<T,IOException>
| Modifier and Type | Method and Description |
|---|---|
default void |
foreach(IConsumer<? super T,IOException> action) |
hasNext, iterator, nextforEach, spliteratordefault void foreach(IConsumer<? super T,IOException> action) throws IOException
IOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.