@groovy.transform.CompileStatic class SynchronousPromise extends java.lang.Object
A promise that executes synchronously, in the same thread as the creator
| Constructor and description | 
|---|
| SynchronousPromise
                                (groovy.lang.Closure<T> callable) | 
| Type | Name and description | 
|---|---|
| Promise<T> | accept(T value) | 
| T | get() | 
| T | get(long timeout, java.util.concurrent.TimeUnit units) | 
| Promise<T> | leftShift(groovy.lang.Closure callable) | 
| Promise<T> | onComplete(groovy.lang.Closure callable) | 
| Promise<T> | onError(groovy.lang.Closure callable) | 
| Promise<T> | then(groovy.lang.Closure callable) | 
| Methods inherited from class | Name | 
|---|---|
| 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