Extending Collector to handle a post-transform

Tim Peierls tim at peierls.net
Tue Jun 11 15:50:44 PDT 2013


On Tue, Jun 11, 2013 at 6:47 PM, Brian Goetz <brian.goetz at oracle.com> wrote:

>     <R, I> R collect(Collector<? super T, I, R> collector);
>

Orthogonal issue: Please don't use I as a type parameter. It's too easily
confused with l or 1.

--tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/lambda-libs-spec-experts/attachments/20130611/f2832201/attachment.html 


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