FullyQualified

case class FullyQualified(value: String) extends Name
trait Name
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def full: String
def short: String
override def toFull(projectId: ProjectId, collection: Collection): FullyQualified
Definition Classes
override def toShort: Short
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product