| AsyncRunnable |
A Runnable that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| CheckedBiPredicate |
A BiPredicate that throws checked exceptions.
|
| CheckedConsumer |
A Consumer that throws checked exceptions.
|
| CheckedFunction |
A Function that throws checked exceptions.
|
| CheckedPredicate |
A Predicate that throws checked exceptions.
|
| CheckedRunnable |
A Runnable that throws checked exceptions.
|
| CheckedSupplier |
A Supplier that throws checked exceptions.
|
| ContextualRunnable |
A Runnable that provides execution context.
|
| ContextualSupplier |
A Supplier that provides execution context.
|