Promise
Class
No description is available for this element.
Extends
Object
Implements
Future
Modifiers
public
Constructors
new Promise (CompletableFuture)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | CompletableFuture | future |
Return Type
Promise
Modifiers
public
Fields
future
FieldNo description is available for this element.
Type
CompletableFuture
Modifiers
protected final
type
FieldNo description is available for this element.
Type
Object
Modifiers
protected volatile
Methods
get ()
MethodNo description is available for this element.
Return Type
Object
Modifiers
public synchronized
get (long, TimeUnit)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | long | timeout |
2 | TimeUnit | unit |
Return Type
Object
Modifiers
public synchronized
cancel (boolean)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | boolean | mayInterruptIfRunning |
Return Type
boolean
Modifiers
public
cancel ()
MethodNo description is available for this element.
Return Type
void
Modifiers
public
isCancelled ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public
isDone ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public
ready ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public
await ()
MethodNo description is available for this element.
Return Type
void
Modifiers
public synchronized
whenComplete (Consumer)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Consumer | consumer |
Return Type
void
Modifiers
public