ClassManifestDeprecatedApis
 scala.reflect.ClassManifestDeprecatedApis
  trait ClassManifestDeprecatedApis[T] extends OptManifest[T]
 
Attributes
- Deprecated
- 
    [Since version 2.10.0]use scala.reflect.ClassTag instead
- Source
- ClassManifestDeprecatedApis.scala
- Graph
- 
    
- Supertypes
- Known subtypes
- Self type
- 
    ClassTag[T]
Members list
Value members
Concrete methods
Attributes
Attributes
Attributes
- Definition Classes
- Source
- ClassManifestDeprecatedApis.scala
Deprecated methods
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
- 
               [Since version 2.10.0]use scala.reflect.runtime.universe.TypeTag for subtype checking instead
- Source
- ClassManifestDeprecatedApis.scala
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
- 
               [Since version 2.10.0]use scala.reflect.runtime.universe.TypeTag for subtype checking instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use wrap instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use runtimeClass instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use wrap.newArray instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use wrap.wrap.newArray instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use wrap.wrap.wrap.newArray instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use wrap.wrap.wrap.wrap.newArray instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use ArrayBuilder.make(this) instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]create WrappedArray directly instead
- Source
- ClassManifestDeprecatedApis.scala
Attributes
- Deprecated
- 
               [Since version 2.10.0]use scala.reflect.runtime.universe.TypeTag to capture type structure instead
- Source
- ClassManifestDeprecatedApis.scala
In this article