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

Type members

Classlikes

case class Arr(t: DefType) extends DefType

Attributes

Source
DefType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
case object Bool extends DefType

Attributes

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

Attributes

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

Attributes

Source
DefType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
case object Int extends DefType

Attributes

Source
DefType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
Self type
Int.type
case object Json extends DefType

Attributes

Source
DefType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
Self type
Json.type
case object Null extends DefType

Attributes

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

Attributes

Companion
object
Source
DefType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
object Obj

Attributes

Companion
class
Source
DefType.scala
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
Supertypes
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
case class Poly(values: Map[String, DefType]) extends DefType

Attributes

Source
DefType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
case object Str extends DefType

Attributes

Source
DefType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DefType
class Object
trait Matchable
class Any
Show all
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