@FunctionalInterface public interface CheckedSupplier<OUTPUT,THROWABLE extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
OUTPUT |
get()
The same as
Supplier.get()
except that this method is declared with a throws-clause. |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.