|
1 | | -# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Math functions exercise :muscle: |
| 1 | +# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Math functions exercise 💪 |
2 | 2 | Improve your lambda and method reference skills
|
3 | 3 | ### Task
|
4 | 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 | 5 |
|
6 | | -### Pre-conditions :heavy_exclamation_mark: |
| 6 | +### Pre-conditions ❗ |
7 | 7 | You're supposed to be familiar with Java 8
|
8 | 8 |
|
9 | | -### How to start :question: |
| 9 | +### How to start ❓ |
10 | 10 | * Just clone the repository and start implementing the **todo** section, verify your changes by running tests
|
11 | 11 | * If you don't have enough knowledge 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 |
| 12 | +* Don't worry if you got stuck, checkout the [exercise/completed](to do) branch and see the final implementation |
13 | 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/> |
| 14 | +### Related materials i️ |
| 15 | + * [Lambda tutorial](to do) <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=20/> |
16 | 16 | * [State of lambda (JSR 335)](http://htmlpreview.github.io/?https://github.com/bobocode-projects/resources/blob/master/java8/lambda/sotl.html)
|
17 | 17 |
|
0 commit comments