T - the type of the value with which the promise was fulfilled.@JsFunction
public interface AcceptCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFulfilled(T value)
The callback function.
|
void onFulfilled(T value)
value - the value that the promise was resolved with.