Thursday, June 11, 2015

GWT 2.8.0 forEach, Consumer, Function, Streams and other Java 8 stuff

Hi. I used GWT 2.8.0-SNAPSHOT to try it on my projects to reduce boilerplate code. But I was confused when I tried listeners.forEach() and compiler said that there is no such method in Set (i. e. Iterable). Also as i noticed, default methods or class::method work. But there are no streams, consumer/producer interfaces. I dived into sources and noticed that there is no implementation for this methods/classes.

What is status of Java 8 collection interfaces/methods for GWT 2.8? Or there are no plans to include them into GWT 2.8.0?

--
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+unsubscribe@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.

No comments:

Post a Comment