Scala Standard Library 2.13.1 - scala.reflect.Manifest (original) (raw)
trait Manifest[T] extends ClassManifest[T] with Equals
Ordering
- Alphabetic
- By Inheritance
Inherited
- Manifest
- ClassTag
- Equals
- ClassManifestDeprecatedApis
- OptManifest
- Serializable
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (Manifest[T], B)
- final def ==(arg0: Any): Boolean
- def argString: String
- def arrayClass[A](tp: Class[_]): Class[Array[A]]
- def arrayManifest: Manifest[Array[T]]
- final def asInstanceOf[T0]: T0
- def canEqual(that: Any): Boolean
- def clone(): AnyRef
- def ensuring(cond: (Manifest[T]) => Boolean, msg: => Any): Manifest[T]
- def ensuring(cond: (Manifest[T]) => Boolean): Manifest[T]
- def ensuring(cond: Boolean, msg: => Any): Manifest[T]
- def ensuring(cond: Boolean): Manifest[T]
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def finalize(): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def newArray(len: Int): Array[T]
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def typeArguments: List[Manifest[_]]
- def unapply(x: Any): Option[T]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def wrap: ClassTag[Array[T]]
Deprecated Value Members
- def <:<(that: ClassManifest[_]): Boolean
- def >:>(that: ClassManifest[_]): Boolean
- def erasure: Class[_]
- def newArray2(len: Int): Array[Array[T]]
- def newArray3(len: Int): Array[Array[Array[T]]]
- def newArray4(len: Int): Array[Array[Array[Array[T]]]]
- def newArray5(len: Int): Array[Array[Array[Array[Array[T]]]]]
- def newArrayBuilder(): ArrayBuilder[T]
- def newWrappedArray(len: Int): ArraySeq[T]
- def →[B](y: B): (Manifest[T], B)