EntityIDDecoder

endless.core.protocol.EntityIDDecoder
trait EntityIDDecoder[+ID]

Decode a string into an entity ID

Type parameters

ID

entity id

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait EntityIDCodec[ID]

Members list

Value members

Abstract methods

def decode(id: String): ID