[jira] [Updated] (GROOVY-3976) Improve "with" by ending with implied "return delegate" via a `tap` method

2017-04-03 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-3976: -- Summary: Improve "with" by ending with implied "return delegate" via a `tap` method (was: Improve "wit

[jira] [Updated] (GROOVY-3976) Improve "with" by ending with implied "return delegate"

2016-11-15 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-3976: -- Fix Version/s: (was: 4.0) 2.5.0-beta-1 > Improve "with" by ending with implied "

[jira] [Updated] (GROOVY-3976) Improve "with" by ending with implied "return delegate"

2016-10-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-3976: -- Description: In this code: {code} class Foo { String bar } def x = new Foo().with { bar = "baz" } {co