public interface OnResolve<T>
Listener for a Promise entering a Promise.RESOLVED state.
Promise| Modifier and Type | Method and Description |
|---|---|
void |
resolve(T that) |
void resolve(T that)
that - The result of the computation represented by this promise.Copyright © 2014 MachineCode. All rights reserved.