What is a lambda expression in Java 8?
a) A new type of class
b) A shorthand way of creating an anonymous function
c) A special type of method that can only be called once
d) A way to create a singleton object