Package elemental2.core
Interface Thenable
-
@JsType(isNative=true, namespace="<global>") public interface Thenable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Thenable
create()
java.lang.Object
getThen()
void
setThen(java.lang.Object then)
-
-
-
Method Detail
-
create
@JsOverlay static Thenable create()
-
getThen
@JsProperty java.lang.Object getThen()
-
setThen
@JsProperty void setThen(java.lang.Object then)
-
-