public interface OnResolve<T>
Listener for a Deferred entering a Deferred.RESOLVED state.
Deferred| 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.