Skip to content

Commit 72b6a86

Browse files
committed
Adding chapter breakdown and link
1 parent 20b1589 commit 72b6a86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ You can purchase the early access here: [http://manning.com/urma/](http://mannin
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)
11+
12+
* Chapter 1: Introduction
13+
* Chapter 2: Passing Code/Behaviour Parameterisation
14+
* Chapter 3: Lambda expressions
15+
* Chapter 4: Streams
16+
* Chapter 5: Collectors
17+
18+
We will update the repository as we update the book. Stay tuned!
19+
1020
### Make sure to have JDK8 installed
1121
For example:
1222

0 commit comments

Comments
 (0)