public interface ResponsePromise extends com.atlassian.util.concurrent.Promise<Response>
| Modifier and Type | Method and Description |
|---|---|
<T> ResponseTransformation<T> |
transform()
Helps transforming this response promise into a new promise using
Function to transform response into a
new T. |
<T> ResponseTransformation<T> transform()
Function to transform response into a
new T.T - the type of the expected object once transformed.com.atlassian.util.concurrent.PromiseCopyright © 2012-2013 Atlassian. All Rights Reserved.