Nominal

final case class Nominal(packageName: Chunk[String], objectNames: Chunk[String], typeName: String) extends TypeId
trait Serializable
trait Product
trait Equals
trait TypeId
class Object
trait Matchable
class Any

Value members

Concrete methods

def fullyQualified: String

Inherited methods

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