Groovyに投稿されたコード一覧
Collection.metaClass.notFindAll = { clos -> delegate.groupBy(clos)[false] } def condition = { it == 2 }
import groovy.json.* import static groovy.json.JsonOutput.toJson String sampleJson = '{"url":"http://www.yahoo.co.jp"}'
String.metaClass.hello = { "Hello, $delegate!" } println "Groovy".hello()