Round 1 feedback
Michael Nascimento
misterm at gmail.com
Thu Feb 14 13:56:16 PST 2013
On Thu, Feb 14, 2013 at 2:32 AM, Michael Nascimento <misterm at gmail.com> wrote:
> Ok, now to a different point of the Multimap discussion. Turning this:
>
> Collection<Foo<Bar>> values = fooBySomething.values();
>
> into this:
>
> Collection<Foo<Bar>> values =
> fooBySomething.values().stream().<Foo<Bar>>explode((d, foos) ->
> d.send(foos)).collectUnordered(toList());
>
> is pretty ugly
...
And it required the explicit parameters above to compile, I know
realized I haven't highlighted this point.
Regards,
Michael
More information about the lambda-dev
mailing list