MapDiffUtils

Functions

Link copied to clipboard
fun <K, V> areMapsEqual(prev: Map<K, V>?, next: Map<K, V>?): Boolean

Return whether the two maps have the same keys and values.