companion object DiffCallback : ItemCallback<DepotQuote>
DiffUtil.ItemCallback for DepotQuotes.
Author
Jan Müller
areContentsTheSame |
Checks if two DepotQuotes are equal. fun areContentsTheSame(oldItem: DepotQuote, newItem: DepotQuote): Boolean |
areItemsTheSame |
Checks if two DepotQuotes have the same id. fun areItemsTheSame(oldItem: DepotQuote, newItem: DepotQuote): Boolean |