Skip to content

Commit 14ec123

Browse files
committed
Updates to ToC
1 parent 6c673eb commit 14ec123

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,21 @@ We are very keen to hear your feedback and improve the book based on your commen
99

1010
The source code for all examples can be found in the directory [src/main/java/lambdasinaction](https://github.com/java8/Java8InAction/tree/master/src/main/java/lambdasinaction)
1111

12-
* Chapter 1: Introduction
13-
* Chapter 2: Passing Code/Behaviour Parameterisation
12+
* Chapter 1: Java 8: why should you care?
13+
* Chapter 2: Passing code with behavior parameterization
1414
* Chapter 3: Lambda expressions
15-
* Chapter 4: Streams
16-
* Chapter 5: Collectors
17-
* Chapter 6: Parallel streams and performance
18-
* Chapter 7: Tools, testing, debugging
15+
* Chapter 4: Processing data with streams
16+
* Chapter 5: Collecting data with streams
17+
* Chapter 6: Parallel data processing and performance
18+
* Chapter 7: Refactoring, testing, debugging
1919
* Chapter 8: Default methods
20-
* Chapter 9: Optional: a better alternative to null
20+
* Chapter 9: Optional: a better alternative to null
2121
* Chapter 10: CompletableFuture: composable asynchronous programming
22+
* Chapter 11: New Date and Time API
23+
* Chapter 12: Thinking functionally
24+
* Chapter 13: Functional programming techniques
25+
* Chapter 14: Blending OOP and FP: comparing Java 8 and Scala
26+
* Chapter 15: Conclusions and "where next" for Java
2227

2328
We will update the repository as we update the book. Stay tuned!
2429

0 commit comments

Comments
 (0)