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 IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.