8000
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 d4903a3 commit f87e315Copy full SHA for f87e315
Chapter08/README.md
@@ -3,5 +3,5 @@ Chapter 8 and 9 includes 33 problems that involve Java functional style programm
3
complete journey from 0 to functional interfaces. It continues with a suite of design patterns from GoF interpreted in Java functional
4
style. Next, we focus on several problems that involves classical operations encountered in streams (e.g., filter, map, etc), we discuss
5
infinite streams, null-safe streams and default methods. A comprehensive list of problems covers grouping, partitioning, and collectors,
6
-including JDK 12 **teeing()** collector and writing a custom collector. In addition, **takeWhile()**, **dropWhile()**, composing functions, predicates
+including JDK 12 **teeing()** collector and writing a custom collector. In addition, **takeWhile()**, **dropWhile()**, composing functions, predicates
7
and comparators, testing and debugging lambdas, and other cool topics are discussed as well.
0 commit comments