| Interface | Description |
|---|---|
| ThrowingConsumer<T,E extends Exception> |
Represents an operation that accepts a single input argument and returns no
result.
|
| ThrowingFunction<T,R,E extends Exception> |
Represents a function that accepts one argument and produces a result.
|
| ThrowingRunnable<E extends Exception> |
Functional interface to wrap a throwing action.
|
Copyright © 2018 WSO2. All rights reserved.