One of Groovy‘s most significant “goodies” is the ability to intercept calls, even to standard Java classes, and either override existing methods or even add new methods dynamically. In this blog post ...
End your tour of Java’s essential language features with Jeff’s introduction to Java 8’s method references, interface default and static methods, and three lesser known language updates that every ...