Scala Standard Library 2.13.1 - scala.reflect.Manifest (original) (raw)
object Manifest extends java.io.Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
Manifest
Serializable
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- val Any: Manifest[Any]
- val AnyRef: Manifest[AnyRef]
- val AnyVal: Manifest[AnyVal]
- val Boolean: BooleanManifest
- val Byte: ByteManifest
- val Char: CharManifest
- val Double: DoubleManifest
- val Float: FloatManifest
- val Int: IntManifest
- val Long: LongManifest
- val Nothing: Manifest[Nothing]
- val Null: Manifest[Null]
- val Object: Manifest[AnyRef]
- val Short: ShortManifest
- val Unit: UnitManifest
- def abstractType[T](prefix: Manifest[_], name: String, upperBound: Class[_], args: Manifest[_]*): Manifest[T]
- def arrayType[T](arg: Manifest[_]): Manifest[Array[T]]
- final def asInstanceOf[T0]: T0
- def classType[T](prefix: Manifest[_], clazz: Class[_], args: Manifest[_]*): Manifest[T]
- def classType[T](clazz: Class[T], arg1: Manifest[_], args: Manifest[_]*): Manifest[T]
- def classType[T](clazz: Class[_]): Manifest[T]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def intersectionType[T](parents: Manifest[_]*): Manifest[T]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def singleType[T <: AnyRef](value: AnyRef): Manifest[T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def valueManifests: List[AnyValManifest[_]]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def wildcardType[T](lowerBound: Manifest[_], upperBound: Manifest[_]): Manifest[T]