We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b8700 commit e75ef5dCopy full SHA for e75ef5d
Functional-1/moreY.java
@@ -0,0 +1,4 @@
1
+public List<String> moreY(List<String> strings)
2
+ {
3
+ return strings.stream().map(n -> "y"+n+"y").collect(Collectors.toList());
4
+ }
0 commit comments