@CompileStatic class DelegateAsyncUtils extends Object
Helps looking up the decorators
| Constructor and description |
|---|
DelegateAsyncUtils() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Collection<PromiseDecorator> |
getPromiseDecorators(Object target, Collection<PromiseDecorator> additional)Obtains all PromiseDecorator instances for the target and additional decorators supplied |
Obtains all PromiseDecorator instances for the target and additional decorators supplied
target - The targetadditional - The additional