Package 

Class ChannelListDiffCallback

    • Method Summary

      Modifier and Type Method Description
      int getOldListSize()
      int getNewListSize()
      boolean areItemsTheSame(int oldItemPosition, int newItemPosition)
      boolean areContentsTheSame(int oldItemPosition, int newItemPosition)
      Object getChangePayload(int oldItemPosition, int newItemPosition)
      • Methods inherited from class androidx.recyclerview.widget.DiffUtil.Callback

        areContentsTheSame, areItemsTheSame, getChangePayload, getNewListSize, getOldListSize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait