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 Detail

      • foreach

        default void foreach​(IConsumer<? super T,​java.io.IOException> action)
                      throws java.io.IOException
        Throws:
        java.io.IOException