Interface IOSupplier<T>
- Type Parameters:
T- the type of results supplied by this supplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A supplier that may throw an
IOException.- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
get
Gets a result.- Returns:
- a result
- Throws:
IOException- if accepting fails for some reason
-