You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
`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) <imgsrc="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)
0 commit comments