ClassManifestDeprecatedApis

scala.reflect.ClassManifestDeprecatedApis

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
Graph
Supertypes
trait OptManifest[T]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait ClassTag[T]
trait Manifest[T]
class AnyValManifest[T]
Self type

Members list

Value members

Concrete methods

protected def argString: String
protected def arrayClass[A](tp: Class[_]): Class[Array[A]]
override def canEqual(other: Any): Boolean

Attributes

Definition Classes
Source
ClassManifestDeprecatedApis.scala

Deprecated methods

def <:<(that: ClassTag[_]): Boolean

Tests whether the type represented by this manifest is a subtype of the type represented by that manifest, subject to the limitations described in the header.

Tests whether the type represented by this manifest is a subtype of the type represented by that manifest, subject to the limitations described in the header.

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def >:>(that: ClassTag[_]): Boolean

Tests whether the type represented by this manifest is a supertype of the type represented by that manifest, subject to the limitations described in the header.

Tests whether the type represented by this manifest is a supertype of the type represented by that manifest, subject to the limitations described in the header.

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def erasure: Class[_]

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def newArray2(len: Int): Array[Array[T]]

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def newArray3(len: Int): Array[Array[Array[T]]]

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def newArray4(len: Int): Array[Array[Array[Array[T]]]]

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def newArray5(len: Int): Array[Array[Array[Array[Array[T]]]]]

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala
def newWrappedArray(len: Int): ArraySeq[T]

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala

Attributes

Deprecated
true
Source
ClassManifestDeprecatedApis.scala