The promise of this deferred.
no subtypes hierarchy
Attributes | |
context | Source Codeshared actual ExecutionContext context The context of this promise Refines Promise.context |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Promise<Value> |
Methods | |
flatMap | Source Codeshared actual Promise<Result> flatMap<Result>(Promise<Result>(Value) onFulfilled, Promise<Result>(Throwable) onRejected) Compose and return a |
map | Source Codeshared actual Promise<Result> map<Result>(Result(Value) onFulfilled, Result(Throwable) onRejected) Compose and return a |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Promise<Value> |