Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
Iterable, List and Object[] have tail(), drop() and take() but init(), dropRight() and takeRight() are missing.
I added them. The patch is here.
https://github.com/groovy/groovy-core/pull/447
Method names are from Scala.
http://www.scala-lang.org/api/2.10.4/index.html#scala.collection.immutable.List