| 接口 | 说明 |
|---|---|
| CheckedBiConsumer<LEFT,RIGHT,THROWABLE extends Throwable> |
BiConsumer with a throws-clause.
|
| CheckedBiFunction<LEFT,RIGHT,OUTPUT,THROWABLE extends Throwable> |
BiFunction with a throws-clause.
|
| CheckedConsumer<INPUT,THROWABLE extends Throwable> |
Consumer with a throws-clause.
|
| CheckedFunction<INPUT,OUTPUT,THROWABLE extends Throwable> |
Function with a throws-clause.
|
| CheckedFunctionWithTimeout<INPUT,OUTPUT,THROWABLE extends Throwable> |
Function with a timeout and a throws-clause.
|
| CheckedRunnable<THROWABLE extends Throwable> |
Runnable with a throws-clause.
|
| CheckedSupplier<OUTPUT,THROWABLE extends Throwable> |
Supplier with a throws-clause.
|
| FunctionUtils | |
| StringSupplier |
Supplier of
String. |
| TriConsumer<T,U,V> |
Consumer with three input parameters.
|
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.