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

izumi.fundamentals.platform.cache.CachedHashcode.scala Maven / Gradle / Ivy

The newest version!
package izumi.fundamentals.platform.cache

trait CachedHashcode {
  protected def hash: Int
  override final lazy val hashCode: Int = hash
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy