| 接口 | 说明 |
|---|---|
| ConsumerWithException<T> | |
| FunctionWithException<T,R,E extends Throwable> |
A functional interface for a
Function that may throw exceptions. |
| RunnableWithException |
Similar to a
Runnable, this interface is used to capture a block of code to be executed. |
| SupplierWithException<R,E extends Throwable> |
A functional interface for a
Supplier that may throw exceptions. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.