In simple term, a Lambda Expression is implementation of a Functional Interface. Lambda Expression is a way to provide implementation of a functional interface without creating a Class or Anonymous Inner Class. Note that Lambda can implement only a functional interface.
Read more https://readtorakesh.com/lambda-expression-basics-and-syntax-java8/