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

object Manifest extends java.io.Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Manifest

  2. Serializable

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. val Any: Manifest[Any]
  5. val AnyRef: Manifest[AnyRef]
  6. val AnyVal: Manifest[AnyVal]
  7. val Boolean: BooleanManifest
  8. val Byte: ByteManifest
  9. val Char: CharManifest
  10. val Double: DoubleManifest
  11. val Float: FloatManifest
  12. val Int: IntManifest
  13. val Long: LongManifest
  14. val Nothing: Manifest[Nothing]
  15. val Null: Manifest[Null]
  16. val Object: Manifest[AnyRef]
  17. val Short: ShortManifest
  18. val Unit: UnitManifest
  19. def abstractType[T](prefix: Manifest[_], name: String, upperBound: Class[_], args: Manifest[_]*): Manifest[T]
  20. def arrayType[T](arg: Manifest[_]): Manifest[Array[T]]
  21. final def asInstanceOf[T0]: T0
  22. def classType[T](prefix: Manifest[_], clazz: Class[_], args: Manifest[_]*): Manifest[T]
  23. def classType[T](clazz: Class[T], arg1: Manifest[_], args: Manifest[_]*): Manifest[T]
  24. def classType[T](clazz: Class[_]): Manifest[T]
  25. def clone(): AnyRef
  26. final def eq(arg0: AnyRef): Boolean
  27. def equals(arg0: AnyRef): Boolean
  28. def finalize(): Unit
  29. final def getClass(): Class[_ <: AnyRef]
  30. def hashCode(): Int
  31. def intersectionType[T](parents: Manifest[_]*): Manifest[T]
  32. final def isInstanceOf[T0]: Boolean
  33. final def ne(arg0: AnyRef): Boolean
  34. final def notify(): Unit
  35. final def notifyAll(): Unit
  36. def singleType[T <: AnyRef](value: AnyRef): Manifest[T]
  37. final def synchronized[T0](arg0: => T0): T0
  38. def toString(): String
  39. def valueManifests: List[AnyValManifest[_]]
  40. final def wait(): Unit
  41. final def wait(arg0: Long, arg1: Int): Unit
  42. final def wait(arg0: Long): Unit
  43. def wildcardType[T](lowerBound: Manifest[_], upperBound: Manifest[_]): Manifest[T]

Ungrouped