Refactoring for DRY (original) (raw)
Barry Burd bburd at drew.edu
Tue Apr 9 15:51:02 PDT 2013
- Previous message: Refactoring for DRY
- Next message: Refactoring for DRY
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you. Brian. Is there any reason not to use parallelStream here (other than that the example is too small to warrant parallelism)? I assume that a function like sum() doesn't do it's thing until all the various parallel values have arrived.
On 4/9/2013 at 5:01 PM, in message <516481A2.8000702 at oracle.com>, Brian Goetz <brian.goetz at oracle.com> wrote:
The recommendation is to format chains like: ... Etc.
- Previous message: Refactoring for DRY
- Next message: Refactoring for DRY
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]