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

Commit 6794f04

Browse files
author
Taras
authored
Update readme.md
1 parent 93b8249 commit 6794f04

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lambda-basics/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/> Lambdas tutorial
22

33
This is the tutorial on lambdas, method reference, and functional interfaces.
4+
### Pre-conditions
5+
You're suppose to be familiar with OOP, have basic knowladge of JDK, and be able to write Java code.
6+
### Related exercises
7+
* [Math fucntions factory](https://github.com/bobocode-projects/java-8-exercises/tree/master/math-functions-factory)
8+
### See also
9+
* [Tutorial on Optional](https://github.com/bobocode-projects/java-8-tutorial/tree/master/optional)
10+
* [Tutorial on Stream API](https://github.com/bobocode-projects/java-8-tutorial/tree/master/stream-api)

0 commit comments

Comments
 (0)