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

endless.core.entity.EntityNameProvider.scala Maven / Gradle / Ivy

There is a newer version: 0.31.0
Show newest version
package endless.core.entity

/** Function returning a name for an entity kind
  * @tparam ID
  *   entity identifier type, used here to identify the entity kind
  */
trait EntityNameProvider[ID] extends (() => String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy