Lambda Expressions & Functional Interfaces in Java
Lambda expressions implement functional interfaces. Adds some functional programming patterns to an otherwise object-oriented language.
Functional Interface
only one abstract method
static and default methods do not count
methods from object class l...
shreya-agarwal.hashnode.dev4 min read