.& operator to the rescue! class Quux { def foo(Closure c) { c(arg1: "baz", arg2:"qux") } def bar(Map args) { println('arg1: ' + ...
確定! 回上一頁