Updated State of the Lambda

John Hendrikx hjohn at xs4all.nl
Tue Sep 17 04:14:55 PDT 2013


On 16/09/2013 21:36, Brian Goetz wrote:
> I've posted updated (and hopefully final) editions of "State of the
> Lambda" and "State of the Lambda, Libraries Edition" at:
>
> http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-final.html
>
> and
>
> http://cr.openjdk.java.net/~briangoetz/lambda/lambda-libraries-final.html
>
>
I read the updated document.  I think in section 5 the 3rd example is 
incorrect:

|List<Person>  ps = ...
String<String>  names = ps.stream().map(p ->  p.getName());|

I think names will be Stream<String>.

--John



More information about the lambda-dev mailing list