Scala Standard Library 2.13.1 - scala.reflect.Manifest (original) (raw)

trait Manifest[T] extends ClassManifest[T] with Equals

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Manifest
  2. ClassTag
  3. Equals
  4. ClassManifestDeprecatedApis
  5. OptManifest
  6. Serializable
  7. AnyRef
  8. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def runtimeClass: Class[_]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (Manifest[T], B)
  5. final def ==(arg0: Any): Boolean
  6. def argString: String
  7. def arrayClass[A](tp: Class[_]): Class[Array[A]]
  8. def arrayManifest: Manifest[Array[T]]
  9. final def asInstanceOf[T0]: T0
  10. def canEqual(that: Any): Boolean
  11. def clone(): AnyRef
  12. def ensuring(cond: (Manifest[T]) => Boolean, msg: => Any): Manifest[T]
  13. def ensuring(cond: (Manifest[T]) => Boolean): Manifest[T]
  14. def ensuring(cond: Boolean, msg: => Any): Manifest[T]
  15. def ensuring(cond: Boolean): Manifest[T]
  16. final def eq(arg0: AnyRef): Boolean
  17. def equals(that: Any): Boolean
  18. def finalize(): Unit
  19. def formatted(fmtstr: String): String
  20. final def getClass(): Class[_ <: AnyRef]
  21. def hashCode(): Int
  22. final def isInstanceOf[T0]: Boolean
  23. final def ne(arg0: AnyRef): Boolean
  24. def newArray(len: Int): Array[T]
  25. final def notify(): Unit
  26. final def notifyAll(): Unit
  27. final def synchronized[T0](arg0: => T0): T0
  28. def toString(): String
  29. def typeArguments: List[Manifest[_]]
  30. def unapply(x: Any): Option[T]
  31. final def wait(): Unit
  32. final def wait(arg0: Long, arg1: Int): Unit
  33. final def wait(arg0: Long): Unit
  34. def wrap: ClassTag[Array[T]]

Deprecated Value Members

  1. def <:<(that: ClassManifest[_]): Boolean
  2. def >:>(that: ClassManifest[_]): Boolean
  3. def erasure: Class[_]
  4. def newArray2(len: Int): Array[Array[T]]
  5. def newArray3(len: Int): Array[Array[Array[T]]]
  6. def newArray4(len: Int): Array[Array[Array[Array[T]]]]
  7. def newArray5(len: Int): Array[Array[Array[Array[Array[T]]]]]
  8. def newArrayBuilder(): ArrayBuilder[T]
  9. def newWrappedArray(len: Int): ArraySeq[T]
  10. def →[B](y: B): (Manifest[T], B)

Ungrouped