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

com.avito.impact.util.Equality.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

The newest version!
package com.avito.impact.util

/**
 *  Synthetic interface.
 *  It's needed to allow delegated implementation of equals & hashCode
 */
internal interface Equality {
    override fun equals(other: Any?): Boolean
    override fun hashCode(): Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy