I can tell that my IntelliJ (gently) warns me of places where anonymous class could be replaced by lambdas, and it can convert all of them in one pass.
I would help to do it but I don't think it's a clear cut that lambdas are better in terms of code readability (works for me, but it depends on many other cases).
So what do you think?
I can tell that my IntelliJ (gently) warns me of places where anonymous class could be replaced by lambdas, and it can convert all of them in one pass.
I would help to do it but I don't think it's a clear cut that lambdas are better in terms of code readability (works for me, but it depends on many other cases).
So what do you think?