T - the return type of the operations.@FunctionalInterface public interface IOSupplier<T>
Supplier but throws IOException.| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
T get() throws IOException
IOException - if an IO error occurs whilst supplying the value.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.