@JsType(isNative=true, namespace="<global>", name="Promise") public class Promise<V,E> extends Object
Promise(Executor<V,E> executor)
Promise<V,E>
then(Fulfill<V> fulfill)
then(Fulfill<V> fulfill, Reject<E> reject)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@JsConstructor public Promise(Executor<V,E> executor)
@JsMethod public Promise<V,E> then(Fulfill<V> fulfill)
@JsMethod public Promise<V,E> then(Fulfill<V> fulfill, Reject<E> reject)
Copyright © 2019. All rights reserved.