Constructor and Description |
---|
Results.AsyncResult(F.Promise<Result> promise) |
Modifier and Type | Method and Description |
---|---|
play.api.mvc.Result |
getWrappedResult()
Retrieves the real (Scala-based) result.
|
Results.AsyncResult |
transform(F.Function<Result,Result> f)
Transform this asynchronous result
|
public Results.AsyncResult transform(F.Function<Result,Result> f)
f
- The transformation functionpublic play.api.mvc.Result getWrappedResult()
Result
getWrappedResult
in interface Result