| Interface | Description |
|---|---|
| ExceptionHandler<E> |
A completion handler for consuming exceptions which occur during the execution of
asynchronous tasks.
|
| Promise<V,E extends Exception> |
A
Promise represents the result of an asynchronous task. |
| ResultHandler<V> |
A completion handler for consuming the results of asynchronous tasks.
|
| RuntimeExceptionHandler |
A completion handler for consuming runtime exceptions which occur during the
execution of asynchronous tasks.
|
| Class | Description |
|---|---|
| PromiseImpl<V,E extends Exception> |
An implementation of
Promise which can be used as is, or as the basis
for more complex asynchronous behavior. |
| Promises |
Utility methods for creating and composing
Promises. |
| Exception | Description |
|---|---|
| NeverThrowsException |
The
NeverThrowsException class is an uninstantiable placeholder
exception which should be used for indicating that a Function or
AsyncFunction never throws an exception (i.e. the function cannot
fail). |
Copyright © 2025 Open Identity Platform Community. All rights reserved.