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


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