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

Commit 38eb570

Browse files
author
Taras
committed
Merge remote-tracking branch 'origin/master'
2 parents cedde3a + 5dfad43 commit 38eb570

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ Working on real problems, you're focused on finding a solution. Learning new thi
99
It is important to have a different type of activities, which purpose is improving your skill
1010

1111
***An exercise** is a predefined task that you continuously implement to improve a certain skill* :muscle:
12+
##
13+
* [Math fucntions](https://github.com/bobocode-projects/java-8-exercises/tree/master/math-functions)
1214

math-functions/README.MD

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Math functions exercise :muscle:
2+
Improve your lambda and method reference skills
3+
### Task
4+
**FunctionMap** is an API that allows you to store and retrieve math functions by string name. Your job is to implement the *todo* section of `Functions.java` class using **Lambda expressions and method reference**, so all tests in `FunctionsTest.java` should pass
5+
6+
### Pre-conditions :heavy_exclamation_mark:
7+
You're supposed to be familiar with Java 8
8+
9+
### How to start :question:
10+
* Just clone the repository and start implementing the **todo** section, verify your changes by running tests
11+
* If you don't have enough knowladge about this domain, check out the [links below](#related-materials-information_source)
12+
* Don't worry if you got stuck, checkout the [exercise/completed](https://github.com/bobocode-projects/tdd-exercises/tree/exercise/completed/binary-search-tree) branch and see the final implementation
13+
14+
### Related materials :information_source:
15+
* [Lambda tutorial](https://github.com/bobocode-projects/java-8-tutorial/tree/master/lambdas) <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=20/>
16+
* [State of lambda (JSR 335)](http://htmlpreview.github.io/?https://github.com/bobocode-projects/resources/blob/master/java8/lambda/sotl.html)
17+

0 commit comments

Comments
 (0)