Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8260477

a Stream.concat(Stream<T> ... streams) method

XMLWordPrintable

      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.


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: