Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit f1b6eb3

Browse files
authored
Update README.md
1 parent 4725b8e commit f1b6eb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Java 8 tutorial
2-
The list of tutorials on functional programming techniques in Java and features that were added in JDK 1.8
3-
* [Lambdas](https://github.com/bobocode-projects/java-8-tutorial/tree/master/lambdas)
4-
* [Stream API](https://github.com/bobocode-projects/java-8-tutorial/tree/master/stream-api)
5-
* [Optional](https://github.com/bobocode-projects/java-8-tutorial/tree/master/optional)
1+
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Java 8, 9 functional features tutorial
2+
The list of tutorials on functional programming techniques and features in Java
3+
* [Lambdas](https://github.com/bobocode-projects/java-functional-features-tutorial/tree/master/lambdas)
4+
* [Stream API](https://github.com/bobocode-projects/java-functional-features-tutorial/tree/master/stream-api)
5+
* [Optional](https://github.com/bobocode-projects/java-functional-features-tutorial/tree/master/optional)
66

77
### Pre-conditions :heavy_exclamation_mark:
88
You're supposed to be familiar with OOP, have basic knowledge of JDK, and be able to write Java code.

0 commit comments

Comments
 (0)