| Interface | Description |
|---|---|
| Failure |
Failure callback for a Promise.
|
| Promise<T> |
A Promise of a value.
|
| Success<T,R> |
Success callback for a Promise.
|
| Class | Description |
|---|---|
| Deferred<T> |
A Deferred Promise resolution.
|
| Promises |
Static helper methods for Promises.
|
| Exception | Description |
|---|---|
| FailedPromisesException |
Promise failure exception for a collection of failed Promises.
|
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.