Skip to content

Commit a843e96

Browse files
author
amigoscode
committed
readme
1 parent 853aa4a commit a843e96

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Java Streams API
2+
https://amigoscode.com/p/java-streams
3+
![cover](https://user-images.githubusercontent.com/40702606/137604079-5a73276f-a32a-4f03-adca-752f9a01adc2.png)
4+
5+
# Course Description
6+
Functional programming is becoming very popular and it focuses around pure functions. Functional applications avoid the shared state, and tend to be more concise and predictable than those using object-oriented code. In this course Nelson will teach you how to move away from imperative to declarative programming allowing you to write less code and focus on what is important when build applications.
7+
8+
## List of topics for this course
9+
- What is functional programming
10+
- Stream API
11+
- Transformations with Map
12+
- Reduce
13+
- Filter
14+
- Collectors
15+
- Statistics
16+
- Grouping
17+
- Parallel steams
18+
- Exercises

0 commit comments

Comments
 (0)