GPars implementation of the PromiseFactory interface
Fields inherited from class | Fields |
---|---|
class AbstractPromiseFactory |
lookupStrategies |
Type | Name and description |
---|---|
static boolean |
GPARS_PRESENT |
Constructor and description |
---|
GparsPromiseFactory
() |
Type Params | Return Type | Name and description |
---|---|---|
<T> |
Promise<T> |
createBoundPromise(T value) |
<T> |
Promise<T> |
createPromise(groovy.lang.Closure<T>... closures) |
|
static boolean |
isGparsAvailable() |
<T> |
Promise<java.util.List<T>> |
onComplete(java.util.List<Promise<T>> promises, groovy.lang.Closure<?> callable) |
<T> |
Promise<java.util.List<T>> |
onError(java.util.List<Promise<T>> promises, groovy.lang.Closure<?> callable) |
<T> |
java.util.List<groovyx.gpars.dataflow.Promise<T>> |
toGparsPromises(java.util.List<Promise<T>> promises) |
<T> |
java.util.List<T> |
waitAll(java.util.List<Promise<T>> promises) |
<T> |
java.util.List<T> |
waitAll(java.util.List<Promise<T>> promises, long timeout, java.util.concurrent.TimeUnit units) |
Methods inherited from class | Name |
---|---|
class AbstractPromiseFactory |
addPromiseDecoratorLookupStrategy, applyDecorators, createBoundPromise, createPromise, createPromise, createPromise, createPromise, createPromise, waitAll |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation