explode

Brian Goetz brian.goetz at oracle.com
Mon Feb 4 12:53:53 PST 2013


>     (element, sink) -> {
>                           for (U u : findCollection(t))
>                               sink.accept(u);
>                         }
>
> Could that simply be (t, sink) -> findCollection(t).forEach(sink) ?

Yes.




More information about the lambda-libs-spec-experts mailing list