You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ To follow the exercises:
18
18
1. Internal vs External Iteration (the forEach method)
19
19
2. Filtering and Collecting
20
20
3. Mapping
21
+
4. (In Progress) Method References
21
22
22
23
[More to come]
23
24
@@ -34,3 +35,11 @@ The current tutorial is known to work with the following JDK build:
34
35
|ea b109 |Sep 26, 2013|
35
36
36
37
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