autoNotifying

open fun <T> RecyclerView.Adapter<*>.autoNotifying(initialValue: List<T> = emptyList(), comparator: Comparator<T>): ReadWriteProperty<RecyclerView.Adapter<*>, List<T>>