com.eharmony.aloha.id.Identifiable.scala Maven / Gradle / Ivy
The newest version!
package com.eharmony.aloha.id
trait Identifiable[+A] {
def modelId: A
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.eharmony.aloha.id
trait Identifiable[+A] {
def modelId: A
}