FilterableRecyclerAdapter()
Base implementation of RecyclerAdapter that is filterable by FilterDrawer
Data - Your custom data type that implements DiffItemCallback
Parent - Your custom parent type that extends ParentItem
Child - Your custom child type that extends ChildItem
Author
Camerash
See Also