| Interface | Description |
|---|---|
| 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 | |
| TriConsumer<T,U,V> |
Consumer with three input parameters.
|
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.