T - the type of the value with which the promise was fulfilled.V - the component type of the promise returned from the callback.@JsFunction
public interface OnFulfilledCallback<T,V>
| Modifier and Type | Method and Description |
|---|---|
Promise<V> |
onFulfilled(T value)
The callback function.
|