Represents any closure object in Groovy. Groovy allows instances of Closures to be called in a short form. For example: def a = 1 def c = { a } assert c() == 1
確定! 回上一頁