T
- Type returned by the supplier@FunctionalInterface public interface IOSupplier<T>
Supplier
but allowing an
IOException
to be thrown.Modifier and Type | Method and Description |
---|---|
T |
get()
Get a result from the supplier.
|
T get() throws IOException
IOException
- if an I/O error occursCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.