Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We have various new methods we've added to the JDK inside Groovy. e.g. on Object we have inspect(), each(), find(), findAll() and so forth.
We should create some kind of javadoc that shows all the new methods added by Groovy so folks can easily see what's available. Maybe we could take the JDK javadoc and adorn all the new Groovy methods are & host it on the groovy site?
Or just show the new methods added by Groovy (which might be easier).
Right now the new methods are all in org.codehaus.groovy.runtime.DefaultGroovyMethods