public interface GroovyCallable<V> extends ExpandoMetaClass.Callable
A special "marker" style interface allowing Groovy classes to implement both Runnable and Callable yet give preference to Runnable (for backwards compatibility) for APIs having both Runnable and Callable methods. You should generally NOT use this method in your own code.
Methods inherited from class | Name |
---|---|
interface ExpandoMetaClass.Callable |
call |