Which of the following is a keyword used to define a lambda expression in Java?
a) function
b) lambda
c) -> (arrow)
d) function() (parentheses)