> 3) Java lambdas compile into Closures, which do not directly support functional interfaces (so, in the examples shown for streams, proxies are made)
Groovy's lambda will be compiled into native lambda when static compilation is enabled ;-) Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
