Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0db2824

Browse files
committedAug 9, 2018
Add a link to new exercise
1 parent a57715d commit 0db2824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎lambdas/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This is the tutorial on lambdas, method reference, and functional interfaces.
44
### Pre-conditions :heavy_exclamation_mark:
55
You're supposed to be familiar with OOP, have basic knowledge of JDK, and be able to write Java code.
66
### Related exercises :muscle:
7-
* [Math fucntions](https://github.com/bobocode-projects/java-8-exercises/tree/master/math-functions)
7+
* [Math functions](https://github.com/bobocode-projects/java-8-exercises/tree/master/math-functions)
8+
* [Crazy lambdas](https://github.com/bobocode-projects/java-functional-features-exercises/tree/master/crazy-lambdas)
89
### See also :point_down:
910
* [Tutorial on Optional](https://github.com/bobocode-projects/java-8-tutorial/tree/master/optional)
1011
* [Tutorial on Stream API](https://github.com/bobocode-projects/java-8-tutorial/tree/master/stream-api)

0 commit comments

Comments
 (0)
This repository has been archived.