/java_functional_programming

functional interfaces and multithreading in java

Primary LanguageJava

Java functional programming

Functional interfaces in java are important topic that we must have a good understanding of. In this repository you will find different examples that would be helpful to understand how they work. You will find:

  • suppliers
  • functions
  • consumers
  • optionals
  • streams

Note: this repository is simple set of examples for this gist article.