DefType

fabric.define.DefType$
See theDefType companion trait
object DefType

Attributes

Companion:
trait
Source:
DefType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DefType.type

Members list

Concise view

Type members

Classlikes

case class Arr(t: DefType) extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
case object Bool extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Self type
Bool.type
case object Dec extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Self type
Dec.type
case class Enum(values: List[Json]) extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
case object Int extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Self type
Int.type
case object Null extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Self type
Null.type
case class Obj(map: Map[String, DefType]) extends DefType

Attributes

Companion:
object
Source:
DefType.scala
Graph
Supertypes
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
object Obj

Attributes

Companion:
class
Source:
DefType.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Obj.type
case class Opt(t: DefType) extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
case object Str extends DefType

Attributes

Source:
DefType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Self type
Str.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit def rw: RW[DefType]

Attributes

Source:
DefType.scala