| Interface | Description |
|---|---|
| CheckedConsumer<T,E extends Throwable> | |
| CheckedFunction<T,R,E extends Throwable> |
Extension of
Function that allows to throw checked exception. |
| CheckedSupplier<T,E extends Exception> |
The java standard library does not provide a lambda function interface for functions that take no arguments,
but that throw an exception.
|
| Class | Description |
|---|---|
| TestCheckedFunction |
Copyright © 2021 The Apache Software Foundation. All rights reserved.