![JAR search and dependency download from the Maven repository](/logo.png)
com.avito.android.diff.comparator.OwnersComparator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-ownership Show documentation
Show all versions of code-ownership Show documentation
Collection of infrastructure libraries and gradle plugins of Avito Android project
The newest version!
package com.avito.android.diff.comparator
import com.avito.android.model.Owner
public interface OwnersComparator {
public fun isSame(expected: Owner, actual: Owner): Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy