ClassManifestDeprecatedApis
@deprecated("use scala.reflect.ClassTag instead", "2.10.0") trait ClassManifestDeprecatedApis[T] extends OptManifest[T]
- Deprecated
Value members
Concrete methods
Deprecated methods
@deprecated("use scala.reflect.runtime.universe.TypeTag for subtype checking instead", "2.10.0")
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.
- Deprecated
@deprecated("use scala.reflect.runtime.universe.TypeTag for subtype checking instead", "2.10.0")
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.
- Deprecated
@deprecated("use scala.reflect.runtime.universe.TypeTag to capture type structure instead", "2.10.0")
- Deprecated