Interface SupplierIO<T extends Closeable>

Type Parameters:
T - a closeable java.io object like Reader or InputStream.
All Known Subinterfaces:
SupplierIO.InputStream, SupplierIO.Reader
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SupplierIO<T extends Closeable>
IO Factory. Can be implemented as a lambda function.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    InputStream get()
    Can be implemented as a lambda function. e.g.
    static interface 
    Reader get()
    Can be implemented as a lambda function. e.g.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()