Package | Description |
---|---|
com.aldebaran.qi |
Modifier and Type | Method and Description |
---|---|
static FutureCallbackType |
FutureCallbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FutureCallbackType[] |
FutureCallbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Future.connect(Future.Callback<T> callback,
FutureCallbackType futureCallbackType)
Prefer
#then(FutureFunction, FutureCallbackType) instead (e.g. |
Constructor and Description |
---|
Promise(FutureCallbackType type)
Create a new promise
|
Copyright © 2019. All rights reserved.