Packages

object Type extends TypeCoproductCodec with Serializable

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

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](constructors: 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( ... ) @native()
  6. implicit def decodeTypeCoproduct[A](implicit arg0: Decoder[A]): Decoder[Type[A]]
    Definition Classes
    TypeCoproductCodec
  7. implicit def encodeTypeCoproduct[A](implicit arg0: Encoder[A]): Encoder[Type[A]]
    Definition Classes
    TypeCoproductCodec
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def field[A](name: Name, fieldType: Type[A]): Field[A]
  11. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def record(fieldTypes: Field[scala.Unit]*): Record[scala.Unit]
  19. def record[A](fieldTypes: Field[A]*)(attributes: A): Record[A]
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. object Definition extends Serializable
  26. object ExtensibleRecord extends ExtensibleRecordCodec with Serializable
  27. object Field extends FieldCodec with Serializable
  28. object Function extends FunctionCodec with Serializable
  29. object Record extends RecordCodec with Serializable
  30. object Reference extends ReferenceCodec with Serializable
  31. object Specification extends Serializable
  32. object Tuple extends TupleCodec with Serializable
  33. object Unit extends UnitCodec with Serializable
  34. object Variable extends VariableCodec with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from TypeCoproductCodec

Inherited from AnyRef

Inherited from Any

Ungrouped