Skip to content

Instantly share code, notes, and snippets.

View walid-ji's full-sized avatar

Walid El Jaimi walid-ji

View GitHub Profile
@walid-ji
walid-ji / JavaFunctionalProgramming.md
Created July 7, 2021 11:29 — forked from abdorah/JavaFunctionalProgramming.md
This article will teach you functional programming in java.

Java Functional Programming

This article will take you to the next level in java. Are you ready!

Introduction

This article is basically a set of examples of multiple tools provided by Java 8. Those tools have helped to make programming way more easier and optimal(even in terms of hardware resources), using a declarative approach. Hence, we don't have to tell many details, but only what we want to achieve by our code. I should highlight also the fact that this pack of tools is something that a java developer "must" know.

Map