Skip to main content

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.

Objectify Entity Subclass Migrations

·7 mins
When using Objectify on Google App Engine, sometimes you want to introduce polymorphism after the fact. This entry shows how you can do that.