| Modifier and Type | Method and Description |
|---|---|
void |
Deferred.reject(F that)
Called to indicate the failure of the computation this promise represents.
|
void |
Deferred.resolve(T that)
Called to indicate the successful completion of the computation this deferred represents.
|
Copyright © 2014 MachineCode. All rights reserved.