R - The Type of the IPromisepublic interface OnSuccess<R>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(R result)
Executed when the IPromise have the result
|
void execute(@Nullable
R result)
result - The result of the IPromiseCopyright © 2017. All rights reserved.