Skip to content

Commit 2eebb45

Browse files
committed
Merge README from master.
1 parent bb04c10 commit 2eebb45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ To follow the exercises:
1818
1. Internal vs External Iteration (the forEach method)
1919
2. Filtering and Collecting
2020
3. Mapping
21+
4. (In Progress) Method References
2122

2223
[More to come]
2324

@@ -34,3 +35,11 @@ The current tutorial is known to work with the following JDK build:
3435
|ea b109 |Sep 26, 2013|
3536

3637
lambda-tutorial will try to track against the newest version available. If you find that you are working with a newer version of the Lambda JDK and the tutorial does not compile or run, please file an issue.
38+
39+
### IDE Setup
40+
- [IntelliJ IDEA on Ubuntu](https://github.com/AdoptOpenJDK/lambda-tutorial/wiki/IntelliJ-IDEA-on-Ubuntu-%5BLinux%5D)
41+
- [IntelliJ IDEA on MacOS](https://github.com/AdoptOpenJDK/lambda-tutorial/wiki/IntelliJ-IDEA-on-MacOS)
42+
- [IntelliJ IDEA deutsche Anleitung (u.a. Windows)](https://github.com/AdoptOpenJDK/lambda-tutorial/wiki/IntelliJ-IDEA-Einrichtung)
43+
- [Eclipse Kepler 4.3 on Windows](https://github.com/AdoptOpenJDK/lambda-tutorial/wiki/Eclipse-Lambda-EA-Setup)
44+
45+
<b>Note: we are hoping the instructions are not too sensitive to the OSes on which they have been performed.</b>

0 commit comments

Comments
 (0)