autoNotify

open fun <T> RecyclerView.Adapter<*>.autoNotify(    old: List<T>,     new: List<T>,     comparator: Comparator<T>)