ClassManifestDeprecatedApis

trait OptManifest[T]
class Object
trait Matchable
class Any
trait ClassTag[T]
trait Manifest[T]

Value members

Concrete methods

protected def arrayClass[A](tp: Class[_]): Class[Array[A]]
override def canEqual(other: Any): Boolean
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.

Deprecated
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.

Deprecated
Source:
ClassManifestDeprecatedApis.scala