Introduction
  • Functional Interface - Part 1
  • Functional Interface - Part 2
  • Lambda Expression Introduction
  • Lambda Expression Rules
  • Quiz: Lambda Expression
  • Hello World - Lambda Way
  • Debugging Lambda Expression
  • Method Reference :: Double Colon
  • Quiz: Method Reference
  • ForEach Loop
  • Default Method In Interface
  • Static Method In Interface
  • Functional Interface Part 3
  • Functional Interface
  • Default/Static Method In Interface
  • Predefined Functional Interface - Function Part 1
  • Predefined Functional Interface - Function Part 2 (andThen & compose)
  • Predefined Functional Interface - Predicate
  • Predefined Functional Interface - Supplier
  • Predefined Functional Interface - Consumer
Downloads
  • source-code
Bonus
  • Streams Introduction
  • Stream Operations
  • Stream: map and flatMap Methods