Skip to content

Java 8 Tech Talk

Steps to make any function lambda function

  • remove the method name
  • remove return type
  • remove modifiers
  • place arrow ![[Untitled 9.png|Untitled 9.png]] Functional interface have any number of properties but only one method, it can have more static and default methods. In JS, we treat functions as first-class citizens

On this page