com.amazonaws.services.simpleworkflow.flow.core
Class Functor<T>
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.core.Promise<T>
com.amazonaws.services.simpleworkflow.flow.core.Functor<T>
public abstract class Functor<T>
- extends Promise<T>
Functor
public Functor(Promise<?>... waitFor)
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.