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

Commit 2bb59b3

Browse files
author
Taras
authored
Create README.MD
1 parent b3393bc commit 2bb59b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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)