-
- All Superinterfaces:
IOSupplierE<T,RuntimeException>
- 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 IOSupplier<T> extends IOSupplierE<T,RuntimeException>
A supplier that is allowed to throwIOException.- See Also:
Supplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws IOException
- Specified by:
getin interfaceIOSupplierE<T,RuntimeException>- Throws:
IOException
-
-