Skip to content

Commit f87e315

Browse files
Functional style programming - Fundamentals and design patterns
1 parent d4903a3 commit f87e315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter08/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Chapter 8 and 9 includes 33 problems that involve Java functional style programm
33
complete journey from 0 to functional interfaces. It continues with a suite of design patterns from GoF interpreted in Java functional
44
style. Next, we focus on several problems that involves classical operations encountered in streams (e.g., filter, map, etc), we discuss
55
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
6+
including JDK 12 **teeing()** collector and writing a custom collector. In addition, **takeWhile()**, **dropWhile()**, composing functions, predicates
77
and comparators, testing and debugging lambdas, and other cool topics are discussed as well.

0 commit comments

Comments
 (0)