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