CompletionStage.| Interface | Description |
|---|---|
| AsyncCloseable |
An object that may hold resources that must be explicitly released, where the release may be
performed asynchronously.
|
| Either<L,R> |
A container type that contains either an L or an R type object.
|
| Class | Description |
|---|---|
| Combinators |
Utility methods for combining more than one
CompletionStage into a single
CompletionStage |
| StageSupport |
Utility methods for creating and composing
CompletionStages |
Copyright © 2018. All rights reserved.