Module net.anwiba.commons.utilities
Package net.anwiba.commons.utilities.io
Interface IClosableIoIterator<T>
- All Superinterfaces:
AutoCloseable,Closeable,IClosableIterator<T,,IOException> ICloseable<IOException>,Iterable<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IClosableIoIterator<T>empty()default voidforeach(IConsumer<? super T, IOException> action) static <T> IClosableIoIterator<T>Methods inherited from interface net.anwiba.commons.lang.functional.IClosableIterator
hasNext, iterator, next, streamMethods inherited from interface net.anwiba.commons.lang.functional.ICloseable
closeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
empty
-
of
-
foreach
- Throws:
IOException
-