Collectors.sumBy

Michael Nascimento misterm at gmail.com
Wed Jun 5 09:31:57 PDT 2013


Hi folks,

Is there any good reason I cannot see for Collectors.sumBy, giving one
could use mapToLong().sum() and avoid the costs of boxing?

Regards,
Michael


More information about the lambda-dev mailing list