-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
-
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?