BaseDiffCallback

constructor(itemSame: (T, T) -> Boolean = { a, b -> a.hashCode() == b.hashCode() }, contentSame: (T, T) -> Boolean = { a, b -> a.hashCode() == b.hashCode() })(source)