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 java.io.IOException
java.io.IOException
- if producing the result throws an IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.