Type

discovery.Type
See theType companion trait
object Type

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Type.type

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Type
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Imported(qualified: String, name: String) extends Type

Attributes

Supertypes
trait Type
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Simple(name: String) extends Type

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(in: String): Type
def constructor(outer: Type, inner: Type*): Type
def decoder(typ: Type): Type
def encoder(typ: Type): Type
def findImports(param: Type, imports: List[String]): List[String]
def importedType(in: String): Type
def list(typ: Type): Type
def map(left: Type, right: Type): Type
def option(typ: Type): Type