ItineraryDiffCallback

Constructors

Link copied to clipboard
constructor(oldList: List<ItineraryItem>, newList: List<ItineraryItem>)

Functions

Link copied to clipboard
open fun areContentsTheSame(oldPos: Int, newPos: Int): Boolean
Link copied to clipboard
open fun areItemsTheSame(oldPos: Int, newPos: Int): Boolean
Link copied to clipboard
open fun getChangePayload(oldItemPosition: Int, newItemPosition: Int): Any
Link copied to clipboard
open fun getNewListSize(): Int
Link copied to clipboard
open fun getOldListSize(): Int