Skip to content

Commit 442ef0e

Browse files
committed
Update README.md
1 parent 4104c10 commit 442ef0e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
LambdasInAction
1+
Java8InAction
22
===============
33

4-
This repository contains all the source code for the examples and quizzes in the Java 8: Lambdas In Action book.
4+
This repository contains all the source code for the examples and quizzes in the book Java 8 in Action: Lambdas, Streams and functional-style programming.
55

66
You can purchase the early access here: [http://manning.com/urma/](http://manning.com/urma/)
77

88
We are very keen to hear your feedback and improve the book based on your comments!
99

10-
The source code for all examples can be found in the directory [src/main/java/lambdasinaction](https://github.com/java8/LambdasInAction/tree/master/src/main/java/lambdasinaction)
10+
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

1212
* Chapter 1: Introduction
1313
* Chapter 2: Passing Code/Behaviour Parameterisation
1414
* Chapter 3: Lambda expressions
1515
* Chapter 4: Streams
1616
* Chapter 5: Collectors
1717
* Chapter 6: Parallel streams and performance
18-
* Chapter 7: Default methods
18+
* Chapter 7: Tools, testing, debugging
19+
* Chapter 8: Default methods
20+
* Chapter 9: Optional: a better alternative to null
21+
* Chapter 10: CompletableFuture: composable asynchronous programming
1922

2023
We will update the repository as we update the book. Stay tuned!
2124

0 commit comments

Comments
 (0)