|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.mvc.Results.AsyncResult
@Deprecated public static class Results.AsyncResult
An asynchronous result.
| Constructor Summary | |
|---|---|
Results.AsyncResult(F.Promise<SimpleResult> promise)
Deprecated. |
|
| Method Summary | |
|---|---|
F.Promise<SimpleResult> |
getPromise()
Deprecated. |
scala.concurrent.Future<play.api.mvc.SimpleResult> |
getWrappedResult()
Deprecated. Retrieves the real (Scala-based) result. |
Results.AsyncResult |
transform(F.Function<SimpleResult,SimpleResult> f)
Deprecated. Transform this asynchronous result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Results.AsyncResult(F.Promise<SimpleResult> promise)
| Method Detail |
|---|
public Results.AsyncResult transform(F.Function<SimpleResult,SimpleResult> f)
f - The transformation function
public scala.concurrent.Future<play.api.mvc.SimpleResult> getWrappedResult()
Result
getWrappedResult in interface Resultpublic F.Promise<SimpleResult> getPromise()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||