GWT trunk supports Lambda, method references, static & default methods in 
interfaces and intersection casts.

It does not contain any Java8 API emulations so far but something like 
button.addClickHandler((e) -> Window.alert("click")); should work.

To enable Java8 you have to use the "-sourceLevel 1.8" parameter when 
starting DevMode or CodeServer.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to