What does :: mean in Java?
The :: operator refers to a method reference. A method reference is a simplified way of writing a lambda expression to call a method. Method references allow you to call a method by its name. The syntax for a method reference is as follows:
Object ::...
techwithmaddy.com5 min read
Durgesh Mani
Software developer
It was a nice overview of double colon operator.