object Type extends TypeCodec with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- Serializable
- TypeCodec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Constructor[+A](name: Name, args: List[(Name, Type[A])]) extends Product with Serializable
- final case class Constructors[+A](toList: List[Constructor[A]]) extends AnyVal with Product with Serializable
- sealed abstract class Definition[+A] extends Product with Serializable
- final case class ExtensibleRecord[+A](attributes: A, variableName: Name, fieldTypes: List[Field[A]]) extends Type[A] with Product with Serializable
- final case class Field[+A](name: Name, fieldType: Type[A]) extends Product with Serializable
- final case class Function[+A](attributes: A, argumentType: Type[A], returnType: Type[A]) extends Type[A] with Product with Serializable
- final case class Record[+A](attributes: A, fieldTypes: List[Field[A]]) extends Type[A] with Product with Serializable
- final case class Reference[+A](attributes: A, typeName: FQName, typeParameters: List[Type[A]]) extends Type[A] with Product with Serializable
- sealed abstract class Specification[+A] extends Product with Serializable
- final case class Tuple[+A](attributes: A, elementTypes: List[Type[A]]) extends Type[A] with Product with Serializable
- final case class Unit[+A](attributes: A) extends Type[A] with Product with Serializable
- final case class Variable[+A](attributes: A, name: Name) extends Type[A] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](name: Name, fieldType: Type[A]): Field[A]
- def finalize(): scala.Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def readWriter[A](implicit arg0: upickle.default.ReadWriter[A]): upickle.default.ReadWriter[Type[A]]
- Definition Classes
- TypeCodec
- def record(fieldTypes: Field[scala.Unit]*): Record[scala.Unit]
- def record[A](fieldTypes: Field[A]*)(attributes: A): Record[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Constructor extends ConstructorCodec with Serializable
- object Constructors extends ConstructorsCodec with Serializable
- object Definition extends DefinitionCodec with Serializable
- object ExtensibleRecord extends ExtensibleRecordCodec with Serializable
- object Field extends FieldCodec with Serializable
- object Function extends FunctionCodec with Serializable
- object Record extends RecordCodec with Serializable
- object Reference extends ReferenceCodec with Serializable
- object Specification extends Serializable
- object Tuple extends TupleCodec with Serializable
- object Unit extends UnitCodec with Serializable
- object Variable extends VariableCodec with Serializable