| Interface | Description |
|---|---|
| ThrowingFunction<T,V> |
A functional interface that can be represented by a Lambda that can throw a CheckedException.
|
| ThrowingFunction0<R> |
A functional interface that can be represented by a Lambda that can throw a CheckedException.
|
| ThrowingFunction2<T1,T2,R> |
A functional interface that can be represented by a Lambda that can throw a CheckedException.
|
| Class | Description |
|---|---|
| CheckedFunction<T,V> | |
| CheckedFunction0<R> | |
| CheckedFunction2<T1,T2,R> |
Copyright © 2004–2019. All rights reserved.