JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Search
Help
elemental2.core
Thenable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
create()
getThen()
setThen(Object)
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
()
Object
getThen
()
void
setThen
(
Object
then)
Method Details
create
@JsOverlay
static
Thenable
create
()
getThen
@JsProperty
Object
getThen
()
setThen
@JsProperty
void
setThen
(
Object
then)