@FunctionalInterface public interface CheckedSupplier<OUTPUT,THROWABLE extends Throwable>
| 限定符和类型 | 方法和说明 |
|---|---|
OUTPUT |
get()
The same as
Supplier.get()
except that this method is declared with a throws-clause. |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.