We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02c308 commit 1b24d54Copy full SHA for 1b24d54
5-Streams API(II).md
@@ -82,7 +82,7 @@ List<String> list = stream.collect(Collectors.toList()); // (1)
82
83
## 收集器
84
85
-相信前面繁琐的内容已彻底打消了你学习Java函数式编程的热情,不过很遗憾,下面的内容更繁琐。
+相信前面繁琐的内容已彻底打消了你学习Java函数式编程的热情,不过很遗憾,下面的内容更繁琐。但这不能怪Stream类库,因为要实现的功能本身很复杂。
86
87
<img src="./Figures/Stream.collect_parameter.png" width="500px" align="right" alt="Stream.collect_parameter" />
88
0 commit comments