Given the code fragment:
UnaryOperator uo1 = s -> s*2;line n1
List loanValues = Arrays.asList(1000.0, 2000.0);
loanValues.stream()
.filter(lv -> lv >= 1500)
.map(lv -> uo1.apply(lv))
.forEach(s -> System.out.print(s + '' ''));
What is the result?
Limited Time Offer
25%
Off
Larue
11 hours agoChun
2 days agoCelestina
17 days agoWai
18 days ago