Stream concatenation sugestion

Jose jgetino at telefonica.net
Tue Apr 2 06:18:48 PDT 2013


 

Please, consider allowing varag argument in stream concatenation 

Stream<T> concat(Stream<? extends T> ...streams)

It would save repetitive code in some cases.


Regards



More information about the lambda-dev mailing list