Package net.anwiba.commons.utilities.io
Interface IClosableIoIterator<T>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,IClosableIterator<T,java.io.IOException>,ICloseable<java.io.IOException>,java.lang.Iterable<T>
public interface IClosableIoIterator<T> extends java.io.Closeable, IClosableIterator<T,java.io.IOException>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidforeach(IConsumer<? super T,java.io.IOException> action)-
Methods inherited from interface net.anwiba.commons.lang.functional.IClosableIterator
hasNext, iterator, next, stream
-
Methods inherited from interface net.anwiba.commons.lang.functional.ICloseable
close
-
-