Yet another run at reduce (collect)
Brian Goetz
brian.goetz at oracle.com
Wed Jan 9 13:13:33 PST 2013
The simple rule is:
- makeResult should return a new result container for every call
- combine may return one of its arguments, or a new result
On 1/9/2013 4:10 PM, Aleksey Shipilev wrote:
> On 01/09/2013 11:25 PM, Doug Lea wrote:
>> On 01/09/13 13:56, Brian Goetz wrote:
>>> I've pushed a rename to collect(). Check it out.
>>
>> Yay! Thanks!
>
> Ok, this is quite an intrusive change to adapt for my performance tests.
> Can you please add more Javadocs for Collector? In fact, I need more
> details on:
> a) Should makeResult() return the new result on every call?
> b) Can combine(result, other) return updated $result, or it should
> return distinct collectable?
>
> -Aleksey.
>
More information about the lambda-libs-spec-experts
mailing list