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

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