Interface Thenable


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

      • create

        @JsOverlay
        static Thenable create()
      • getThen

        @JsProperty
        java.lang.Object getThen()
      • setThen

        @JsProperty
        void setThen​(java.lang.Object then)