object Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class Composed1 extends AnyRef
- case class ComposedType(name: String, tyargs: Seq[Type]) extends Type with Product with Serializable
- class InferenceFailed extends Throwable
- case class Object(members: SortedMap[String, Type]) extends Type with Product with Serializable
- class ObjectAlias extends AnyRef
- implicit class ToSortedMap[A, B] extends AnyRef
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
- val Bool: ComposedType
- val Float: ComposedType
- val GetSome: String
- val Int: ComposedType
- val IsSome: String
- val ListType: Composed1
- val Option: ObjectAlias
- val SetMatcher: Composed1
- val SetType: Composed1
- val String: ComposedType
- val Unit: Object
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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.
- def fromTessla(value: ValueOrError): Type
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mergeTypes(fst: Type, snd: Type, where: String = ""): Type
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeForValue(value: ValueOrError): Type
- def unwrap(obj: ObjectAlias, optTy: Type): Type
- def unwrap(comp: Composed1, optTy: Type): Type
- def unwrapOption(optTy: Type): Type
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object AccessUnknown extends Throwable
- object Unknown extends Type with Product with Serializable