Completable

<p>A CompletableFuture that is also a Promise.</p>

@param <S> the type of the result

Constructors

this
this()
Undocumented in source.

Members

Functions

failed
void failed(Exception x)
Undocumented in source. Be warned that the author may not have intended to support it.
id
void id(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id()
Undocumented in source. Be warned that the author may not have intended to support it.
succeeded
void succeeded(S result)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta