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