Given the code fragment:
List<Double> doubles = Arrays.asList (100.12, 200.32);
DoubleFunction funD = d ""> d + 100.0;
doubles.stream (). forEach (funD); // line n1 doubles.stream(). forEach(e ""> System.out.println(e)); // line n2
What is the result?
6c84cb9
4 months, 3 weeks agosteefaand
11 months, 4 weeks agoWilsonKKerll
2 years, 10 months agomevlt
2 years, 11 months agoSvetleto13
3 years, 8 months agojduarte
4 years agoAbdullah_Rahahleah
4 years, 1 month agopul26
4 years, 1 month agopul26
4 years, 1 month ago