All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avito.android.diff.counter.OwnersDiffCounter.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

The newest version!
package com.avito.android.diff.counter

import com.avito.android.diff.model.OwnersDiff
import com.avito.android.model.Owner

public interface OwnersDiffCounter {

    public fun countOwnersDiff(expectedOwners: Set, actualOwners: Set): OwnersDiff
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy