|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.core.Promise<T>
com.amazonaws.services.simpleworkflow.flow.core.Functor<T>
public abstract class Functor<T>
| Constructor Summary | |
|---|---|
Functor(Promise<?>... waitFor)
|
|
| Method Summary | |
|---|---|
T |
get()
|
boolean |
isReady()
|
| Methods inherited from class com.amazonaws.services.simpleworkflow.flow.core.Promise |
|---|
asPromise, getDescription, Void |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Functor(Promise<?>... waitFor)
| Method Detail |
|---|
public T get()
get in class Promise<T>public boolean isReady()
isReady in class Promise<T>true if the result of your asynchronous computation
is available
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||