|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linkedin.groovy.util.concurrent.GroovyConcurrentUtils
org.linkedin.glu.groovy.utils.concurrent.GluGroovyConcurrentUtils
class GluGroovyConcurrentUtils extends GroovyConcurrentUtils
Method Summary | |
---|---|
static java.util.concurrent.Callable
|
asCallable(groovy.lang.Closure closure)
The purpose of this call is to convert a closure into a callable. |
Method Detail |
---|
static java.util.concurrent.Callable asCallable(groovy.lang.Closure closure)
closure as Callable
is that this code does not throw exception and then
you get weird exception handling (InvocationTargetException
).
Groovy Documentation