Interface Thenable


@JsType(isNative=true, namespace="<global>") public interface Thenable
  • Method Details

    • create

      @JsOverlay static Thenable create()
    • getThen

      @JsProperty Object getThen()
    • setThen

      @JsProperty void setThen(Object then)