X Tutup
The Wayback Machine - https://web.archive.org/web/20220123030257/https://github.com/amigoscode/java-streams
Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 13, 2021
Oct 16, 2021
Oct 16, 2021

Java Streams API

https://amigoscode.com/p/java-streams cover

Course Description

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.

List of topics for this course

  • What is functional programming
  • Stream API
  • Transformations with Map
  • Reduce
  • Filter
  • Collectors
  • Statistics
  • Grouping
  • Parallel steams
  • Exercises
X Tutup