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. class InferenceFailed extends Throwable
  4. case class Object(members: SortedMap[String, Type]) extends Type with Product with Serializable
  5. class ObjectAlias extends AnyRef
  6. 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 SetMatcher: Composed1
  12. val SetType: Composed1
  13. val String: ComposedType
  14. val Unit: Object
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. 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.

  20. def fromTessla(value: ValueOrError): Type
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mergeTypes(fst: Type, snd: Type, where: String = ""): Type
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def typeForValue(value: ValueOrError): Type
  31. def unwrap(obj: ObjectAlias, optTy: Type): Type
  32. def unwrap(comp: Composed1, optTy: Type): Type
  33. def unwrapOption(optTy: Type): Type
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. object AccessUnknown extends Throwable
  38. 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