Hi Jason,

I want to use something like this:

Function<Integer, String> fct1 = { ... } // without as Function<Integer,
> String>
> Function<String, Integer> fct2 = { ... } // -- // -- // --
> Function<Integer, String> fct1 = { ... } // -- // -- // --
> chain(fct1, fct2, fct3) { ... }


It is a pity that Groovy has this issue.

Thanks,
Mihai




--
View this message in context: 
http://groovy.329449.n5.nabble.com/Static-type-checking-tp5735162p5735165.html
Sent from the Groovy Users mailing list archive at Nabble.com.

Reply via email to