object Type extends TypeModuleSyntax with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- Serializable
- Serializable
- TypeModuleSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
extensibleRecord(name: String, fields: Field[Type[Any]]*): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
extensibleRecord(name: String, fields: Chunk[Field[Type[Any]]]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
extensibleRecord(name: Name, fields: Field[Type[Any]]*): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
extensibleRecord(name: Name, fields: Chunk[Field[Type[Any]]]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
field(name: String, fieldType: Type[Any]): Field[Type[Any]]
- Definition Classes
- TypeModuleSyntax
-
final
def
field(name: Name, fieldType: Type[Any]): Field[Type[Any]]
- Definition Classes
- TypeModuleSyntax
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
function[Annotations](paramTypes: Type[Annotations]*): DefineFunction[Annotations]
- Definition Classes
- TypeModuleSyntax
-
final
def
function(paramTypes: Chunk[Type[Any]], returnType: Type[Any]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
record(fields: Field[Type[Any]]*): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
record(fields: Chunk[Field[Type[Any]]]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
ref(name: FQName): Type[Any]
- Definition Classes
- TypeModuleSyntax
- Annotations
- @inline()
-
def
reference(packageName: String, moduleName: String, localName: String, typeParams: Type[Any]*): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
reference(packageName: String, moduleName: String, localName: String, typeParams: Chunk[Type[Any]]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
reference(name: FQName, typeParams: Type[Any]*): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
reference(name: FQName, typeParams: Chunk[Type[Any]]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
tuple(first: Type[Any], second: Type[Any], rest: Type[Any]*): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
tuple(elementTypes: Chunk[Type[Any]]): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
unit[Annotations](annotations: ZEnvironment[Annotations]): Type[Annotations]
- Definition Classes
- TypeModuleSyntax
-
val
unit: Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
variable(name: Name): Type[Any]
- Definition Classes
- TypeModuleSyntax
-
final
def
variable(name: String): Type[Any]
Creates a type variable with the given
name.Creates a type variable with the given
name.- Definition Classes
- TypeModuleSyntax
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Variable