| Interface | Description |
|---|---|
| AsyncCallable<T> |
A callable that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| AsyncRunnable |
A runnable that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| BiPredicate<T,U> | |
| CheckedBiConsumer<T,U> | |
| CheckedBiFunction<T,U,R> | |
| CheckedConsumer<T> | |
| CheckedFunction<T,R> | |
| CheckedRunnable |
A Runnable that throws checked exceptions.
|
| ContextualCallable<T> |
A callable that provides execution context.
|
| ContextualRunnable |
A runnable that provides execution context.
|
| Predicate<T> |
Copyright © 2018. All rights reserved.