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

Commit bb3ba20

Browse files
authored
Create README.MD
1 parent d486eb7 commit bb3ba20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

account-analytics/README.MD

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Account analytics exercise :muscle:
2+
Improve your Stream API skills
3+
### Task
4+
`AccountAnalytics` provides an API with a couple statistic methods for a list of accounts. Your job is to implement the *todo* section of that class using **Stream API**.
5+
To verify your implementation, run `AccountAnalyticsTest.java`
6+
7+
### Pre-conditions :heavy_exclamation_mark:
8+
You're supposed to be familiar with Java 8
9+
10+
### How to start :question:
11+
* Just clone the repository and start implementing the **todo** section, verify your changes by running tests
12+
* If you don't have enough knowladge about this domain, check out the [links below](#related-materials-information_source)
13+
* Don't worry if you got stuck, checkout the **exercise/completed** branch and see the final implementation
14+
15+
### Related materials :information_source:
16+
* [Stream API tutorial](https://github.com/bobocode-projects/java-functional-features-tutorial/blob/master/stream-api/README.MD) <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=20/>
17+
* [State of lambda (JSR 335)](http://htmlpreview.github.io/?https://github.com/bobocode-projects/resources/blob/master/java8/lambda/sotl.html)
18+

0 commit comments

Comments
 (0)