SAM conversion

The lambda to functional interface conversion works because functional interfaces only have one abstract method. Such interfaces are called Single Abstract Method or SAM interfaces. Also, this automatic conversion is also known as SAM conversions.