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
9 months, 3 weeks agosteefaand
1 year, 4 months agoWilsonKKerll
3 years, 3 months agomevlt
3 years, 3 months agoSvetleto13
4 years, 1 month agojduarte
4 years, 5 months agoAbdullah_Rahahleah
4 years, 6 months agopul26
4 years, 6 months agopul26
4 years, 6 months ago