explode()
Tim Peierls
tim at peierls.net
Thu Jan 24 19:34:17 PST 2013
On Thu, Jan 24, 2013 at 9:26 PM, Kevin Bourrillion <kevinb at google.com>wrote:
> Oh, it would not look that different:
>
> List<Track> allTracks = albums.stream()
> .explode((Album element, Consumer<Track> into) ->
> into.accept(element.tracks))
> .collect(Collectors.<Track>toList());
>
Nice! The use of the name Consumer helps a lot.
explode(Exploder) is better than explode(Downstream). Other pairs from the
thesaurus:
distribute(Distributor)
allocate(Allocator)
--tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/lambda-libs-spec-experts/attachments/20130124/2910da02/attachment.html
More information about the lambda-libs-spec-experts
mailing list