-
-
Constructor Summary
Constructors
Constructor and Description |
Functor(Promise<?>... waitFor) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
T |
get() |
boolean |
isReady() |
-
-
Method Detail
-
get
public T get()
- Specified by:
get
in class Promise<T>
- Returns:
- result of your asynchronous computation
-
isReady
public boolean isReady()
- Specified by:
isReady
in class Promise<T>
- Returns:
true
if the result of your asynchronous computation
is available
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.