> > 2. what about polymorphic closures (aka closures which accept different
> > kind of arguments)
> You mean something like `Closure<String, Number -> Date>`?
>
>
No, I mean things like each on a map. You can pass it a closure which
accepts a Map.Entry (1 parameter), or you can pass it a closure which
accepts key, value (2 parameters).

Reply via email to