Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 243 Bytes

File metadata and controls

8 lines (5 loc) · 243 Bytes

java-lambda

What and when using lambda

lambda is a shortcut to defining an implementation of a functional interface.

function interface is an interface that only have one abstract method

source: https://www.youtube.com/watch?v=tj5sLSFjVj4