In lambda expressions, what does the expression (a, b) -> a + b represent?
(a, b) -> a + b
A method that adds two numbers
A method to sort several numbers
None of the options is correct
A method that compares two values