Javadoc with new build [was Re: Build error on OSX]

Brian Goetz brian.goetz at oracle.com
Sat Oct 27 17:42:25 PDT 2012


> That come too late for me - as now that MapStream is no longer in the API, JDK
> 1.8 becomes useless for my projects - but hopefully this will help someone else.

Are you sure?  One of the reasons that we dropped MapStream is that a 
significant majority of its use cases are served by:

  map.entrySet().stream()

or by Stream.reduceBy.  If you've got use cases which think can't be 
handled, post 'em here and let us see.



More information about the lambda-dev mailing list