| Class | Description |
|---|---|
| CompletedFuture<T> |
An implementation of
Future that was completed successfully. |
| CompositeFuture<T> |
An implementation of
Future that aggregates the results of multiple futures into a single result. |
| DelegatingFuture<T> |
An implementation of
Future that delegates all operations to another future. |
| FailedFuture<T> |
An implementation of
Future that was completed unsuccessfully. |
| FutureImpl<T> |
An implementation of
Future that can be completed successfully or unsuccessfully. |
Copyright © 2025. All rights reserved.