DottedName

kofre.syntax.DottedName
See theDottedName companion object
case class DottedName[L](replicaID: Id, anon: Dotted[L])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[B](f: L => B): DottedName[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product