Lambdas ♣ Expressions
Annonimous inner classes Lambdas, pass behavior not objects button.addActionListener new ActionListener op = (x, y) -> x + y
b8
Annonimous inner classes Lambdas, pass behavior not objects button.addActionListener new ActionListener op = (x, y) -> x + y