Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 564 Bytes

Java8_Lambda

Repo contains Java 8 lambda basics code created by refering to JavaBrains.

Why lambda?

  • Enables functional programming
  • Readable and concise code
  • Easier-to-use API's and libraries
  • Enables support for parallel processing

Things covered:

  • Understanding lambdas
  • Using lambdas
  • Functional interfaces
  • Method references
  • Collection improvements

Link to tutorials:

This is not for commercial use.