![JAR search and dependency download from the Maven repository](/logo.png)
com.eharmony.aloha.models.Model.scala Maven / Gradle / Ivy
The newest version!
package com.eharmony.aloha.models
import java.io.Closeable
import com.eharmony.aloha.id.{Identifiable, ModelIdentity}
/**
* Created by ryan on 1/11/17.
*/
trait Model[-A, +B] extends (A => B)
with Identifiable[ModelIdentity]
with Closeable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy