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.