-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
As a student/new learner/experienced programmer etc., I have to use some common code to perform streams output Eg. forEach(System.out::println) terminal operation which is common code for printing a list.
Could we introduce a print method in Stream APIs which could be helpful for learning streams operations on all collections?
As a student/new learner/experienced programmer etc., I have to use some common code to perform streams output Eg. forEach(System.out::println) terminal operation which is common code for printing a list.
Could we introduce a print method in Stream APIs which could be helpful for learning streams operations on all collections?