Interface FromFileReader<T>

All Superinterfaces:
AutoCloseable, AutoFunctional, AutoSupplier<T>, Closeable, Iterable<T>, Supplier<T>
All Known Implementing Classes:
DataReader, TextLineReader

public interface FromFileReader<T> extends AutoSupplier<T>, Closeable