Skip to main content

java8

Understanding Method References

·6 mins
Java 8 introduces lambdas, but it also introduces method references which are a very handy syntax for producing lambdas off of objects and classes. I walk through the various types here.

Reclaiming the Underscore

·2 mins
Java 8 will start complaining about the use of an underscore by itself as a variable name.