app / de.uniks.codliners.stock_simulator.ui.account / DepotQuoteListAdapter / DiffCallback

DiffCallback

companion object DiffCallback : ItemCallback<DepotQuote>

DiffUtil.ItemCallback for DepotQuotes.

Author
Jan Müller

Companion Object Functions

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