Skip to main content

method-references

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.