ClassManifestDeprecatedApis (original) (raw)

scala.reflect.ClassManifestDeprecatedApis

Members list

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

In this article