@FunctionalInterface public interface SupplierWithIOException<T>
Supplier
with IOException
.Modifier and Type | Method and Description |
---|---|
T |
get() |
T get() throws IOException
IOException
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.