Member since 1 year ago
If I have an interface with getItem(), hasItem() and a findItem() methods , it would like to provide a default implementation for hasItem() and getItem() that use findItem().
This way I don't need to create a trait for this .