Constructor

discovery.Type.Constructor
case class Constructor(outer: Type, elemTypes: List[Type]) extends Type

Attributes

Graph
Supertypes
trait Type
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asDoc: Doc

Attributes

Definition Classes

Inherited methods

def asString: String

Attributes

Inherited from:
Type
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product