[Java] Interface GroovyCallable<V>
- groovy.lang.ExpandoMetaClass.Callable
- All Superinterfaces:
- ExpandoMetaClass.Callable
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.
- See Also:
- Callable
- Since:
- 1.8.0
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
interface ExpandoMetaClass.Callable | call |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/lang/GroovyCallable.html