Packages

object Type extends TypeCodec with Serializable

Linear Supertypes
Serializable, TypeCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Serializable
  3. TypeCodec
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Constructor[+A](name: Name, args: List[(Name, Type[A])]) extends Product with Serializable
  2. final case class Constructors[+A](toList: List[Constructor[A]]) extends AnyVal with Product with Serializable
  3. sealed abstract class Definition[+A] extends Product with Serializable
  4. final case class ExtensibleRecord[+A](attributes: A, variableName: Name, fieldTypes: List[Field[A]]) extends Type[A] with Product with Serializable
  5. final case class Field[+A](name: Name, fieldType: Type[A]) extends Product with Serializable
  6. final case class Function[+A](attributes: A, argumentType: Type[A], returnType: Type[A]) extends Type[A] with Product with Serializable
  7. final case class Record[+A](attributes: A, fieldTypes: List[Field[A]]) extends Type[A] with Product with Serializable
  8. final case class Reference[+A](attributes: A, typeName: FQName, typeParameters: List[Type[A]]) extends Type[A] with Product with Serializable
  9. sealed abstract class Specification[+A] extends Product with Serializable
  10. final case class Tuple[+A](attributes: A, elementTypes: List[Type[A]]) extends Type[A] with Product with Serializable
  11. final case class Unit[+A](attributes: A) extends Type[A] with Product with Serializable
  12. final case class Variable[+A](attributes: A, name: Name) extends Type[A] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def field[A](name: Name, fieldType: Type[A]): Field[A]
  9. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. implicit def readWriter[A](implicit arg0: upickle.default.ReadWriter[A]): upickle.default.ReadWriter[Type[A]]
    Definition Classes
    TypeCodec
  17. def record(fieldTypes: Field[scala.Unit]*): Record[scala.Unit]
  18. def record[A](fieldTypes: Field[A]*)(attributes: A): Record[A]
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. object Constructor extends ConstructorCodec with Serializable
  25. object Constructors extends ConstructorsCodec with Serializable
  26. object Definition extends DefinitionCodec with Serializable
  27. object ExtensibleRecord extends ExtensibleRecordCodec with Serializable
  28. object Field extends FieldCodec with Serializable
  29. object Function extends FunctionCodec with Serializable
  30. object Record extends RecordCodec with Serializable
  31. object Reference extends ReferenceCodec with Serializable
  32. object Specification extends Serializable
  33. object Tuple extends TupleCodec with Serializable
  34. object Unit extends UnitCodec with Serializable
  35. object Variable extends VariableCodec with Serializable

Inherited from Serializable

Inherited from TypeCodec

Inherited from AnyRef

Inherited from Any

Ungrouped