Hi Martin, On 09/13/2012 10:01 AM, Janda Martin wrote: > But can I? > - SPLIT input value into 'stream' (not collection) of another values I think you are looking for flatMap(), which can generate multiple elements given one source element. -Aleksey.