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

endless.core.protocol.EntityIDDecoder.scala Maven / Gradle / Ivy

The newest version!
package endless.core.protocol

/** Decode a string into an entity ID
  * @tparam ID
  *   entity id
  */
trait EntityIDDecoder[+ID] {
  def decode(id: String): ID
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy