On 12/11/2012 01:41 AM, Brian Goetz wrote: >> You don't need a method sequential() or parallel() for that, you can use >> into. > > Sure, if you don't care about performance. Especially if the stream > is infinite...into will take a loooong time. :) And what is the semantics of parallel on an infinite stream, you split the infinity ? Rémi