object Type

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

Type Members

  1. class Composed1 extends AnyRef
  2. case class ComposedType(name: String, tyargs: Seq[Type]) extends Type with Product with Serializable
  3. case class Function(args: Seq[Type], ret: Type) extends Type with Product with Serializable
  4. class InferenceFailed extends Throwable
  5. case class Object(members: SortedMap[String, Type]) extends Type with Product with Serializable
  6. class ObjectAlias extends AnyRef
  7. implicit class ToSortedMap[A, B] extends AnyRef

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. val Bool: ComposedType
  5. val Float: ComposedType
  6. val GetSome: String
  7. val Int: ComposedType
  8. val IsSome: String
  9. val ListType: Composed1
  10. val Option: ObjectAlias
  11. val SetType: Composed1
  12. val String: ComposedType
  13. val Unit: Object
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def fromTessla(ty: tessla.TesslaCore.Type): Type

    Set to true for printing the types.

    Set to true for printing the types. This is nice for debugging.

  19. def fromTessla(value: ValueOrError): Type
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def mkFunction(args: Type*)(ret: Type): Function
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def typeForValue(value: ValueOrError): Type
  30. def unwrap(obj: ObjectAlias, optTy: Type): Type
  31. def unwrap(comp: Composed1, optTy: Type): Type
  32. def unwrapOption(optTy: Type): Type
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. object AccessUnknown extends Throwable
  37. object Unknown extends Type with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped