skip/limit in parallel context

Paul Sandoz paul.sandoz at oracle.com
Thu Dec 13 06:38:35 PST 2012


On Dec 13, 2012, at 3:12 PM, Remi Forax <forax at univ-mlv.fr> wrote:
> 
> the main issue here is that, with a sequential stream, you can write
> 
> .reduce(0L, (count, t) -> count + 1L, null)
> 

Yeah, thats a bug, should throw an NPE.

Paul.


More information about the lambda-dev mailing list