Ardent
Ardent copied to clipboard
Create Filterable and Mappable attributes
The idea here is is that some programmers may not want to implement all of the Collection interface. So by using interface segregation we can separate them out.
I'm not completely sold on this idea, though, which is why this is a pull request. I'm hoping to get some feedback.