On Apr 3, 2013, at 12:26 PM, Jose <jgetino at telefonica.net> wrote: > >>> Just do limit(n).forEach(...) > > > Sorry, I was meaning like a forEach, but forgot to add "non terminal" > > Not a good idea due to parallel evaluation. You need to think of other ways, like previously suggested, of splitting the stream into 2 parts. Paul.