T
- the suppliers result type.@FunctionalInterface public interface IOSupplier<T>
Supplier
Modifier and Type | Method and Description |
---|---|
T |
get()
Gets the result.
|
T get() throws IOException
IOException
- if producing the result throws an IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.