DevoxxUK Lambdas Lab

Stephen Colebourne scolebourne at joda.org
Wed Apr 3 08:12:37 PDT 2013


On 3 April 2013 16:04, Brian Goetz <brian.goetz at oracle.com> wrote:
> I know you want MapStream.  We did too.  I am sorry you are disappointed.
> But this request doesn't solve the problem.

If it is your/Oracle's opinion that developers should not intermix
streams and Map then this needs to be called out in the Stream API
documentation.

Personally, converting Stream<Person> to Map<PersonId, Address> looks
pretty basic to me. And has nothing to do with Map.

Stephen


More information about the lambda-dev mailing list