|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface PromiseDecorator
Decorates any function execution potentially wrapping an asynchronous function execution in new functionality.
| Method Summary | |
|---|---|
groovy.lang.Closure
|
decorate(groovy.lang.Closure c)
Decorates the given closures, returning the decorated closure |
| Method Detail |
|---|
groovy.lang.Closure decorate(groovy.lang.Closure c)
c - The closure to decorate
Groovy Documentation