Lambda it2 - split?

Aleksey Shipilev aleksey.shipilev at oracle.com
Thu Sep 13 02:17:37 PDT 2012


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.




More information about the lambda-dev mailing list