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