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.

May 29, 2019