DEV Community

Cover image for Functional Programming with Java Streams
Amigoscode
Amigoscode

Posted on

Functional Programming with Java Streams

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 you will learn 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 and FlatMap
  • Filtering with Filter, TakeWhile
  • Collectors
  • Statistics
  • Grouping
  • Sorting

Full Course is available here: https://amigoscode.com/p/java-streams?coupon_code=STREAMS50 with 50% OFF

Crash course

Top comments (0)