[ 
https://issues.apache.org/jira/browse/GROOVY-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560861#comment-14560861
 ] 

Paul King edited comment on GROOVY-7432 at 5/27/15 12:29 PM:
-------------------------------------------------------------

{{drop}} and {{dropRight}} always return a copy/clone. To mimic them exactly 
we'd do a cloneSimilarCharSequence or createSimilarCharSequence but I think 
that might be overkill here. A string should be fine, so something like 
{{original.toString()}} should be sufficient for the num=0 case.


was (Author: paulk):
{{drop}} and {{dropRight}} always return a copy/clone. To mimic them exactly 
we'd do a cloneSimilarCharSequence or createSimilarCharSequence but I think 
that might be overkill here. A string should be fine.

> Enhance CharSequence with appropriate Iterable extension methods
> ----------------------------------------------------------------
>
>                 Key: GROOVY-7432
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7432
>             Project: Groovy
>          Issue Type: Improvement
>          Components: groovy-jdk
>            Reporter: Peter Ledbrook
>            Assignee: Guillaume Laforge
>
> Groovy enables developers to treat {{CharSequence}}s as if they were true 
> sequences. For example, you can use a for loop and the array index operator. 
> Some extension methods are missing though. One I was hoping to find was the 
> {{count(Closure)}} method. I think it makes sense to incorporate any 
> {{Iterable}} extension methods into {{CharSequence}} as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to