Private Methods in Interfaces

Private methods in interfaces are allowed in Java9. Here's an example use case with a shared 'worker' method.