Java Method References
A method reference is a reference to an existing method. When a lambda expression just calls an existing method, we can use a Method Reference.
A method reference is a reference to an existing method. When a lambda expression just calls an existing method, we can use a Method Reference.