-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Since stream concatenation seems to be an associative operation, it would be convenient to have a varargs Stream.concat method to write Stream.concat(s1, s2, s2) and avoid nesting Stream.concat(Stream.concat(s1, s2), s3) like current APIs requires.
Since stream concatenation seems to be an associative operation, it would be convenient to have a varargs Stream.concat method to write Stream.concat(s1, s2, s2) and avoid nesting Stream.concat(Stream.concat(s1, s2), s3) like current APIs requires.