Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
-
-
-
-
-
-
-
val
Object: Manifest[AnyRef]
-
-
-
def
abstractType[T](prefix: scala.reflect.Manifest[_], name: String, upperBound: Class[_], args: scala.reflect.Manifest[_]*): Manifest[T]
-
def
arrayType[T](arg: scala.reflect.Manifest[_]): Manifest[Array[T]]
-
final
def
asInstanceOf[T0]: T0
-
def
classType[T](prefix: scala.reflect.Manifest[_], clazz: Class[_], args: scala.reflect.Manifest[_]*): Manifest[T]
-
def
classType[T](clazz: Class[T], arg1: scala.reflect.Manifest[_], args: scala.reflect.Manifest[_]*): Manifest[T]
-
def
classType[T](clazz: Class[_]): Manifest[T]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
intersectionType[T](parents: scala.reflect.Manifest[_]*): Manifest[T]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
singleType[T <: AnyRef](value: AnyRef): Manifest[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
valueManifests: List[scala.reflect.AnyValManifest[_]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wildcardType[T](lowerBound: scala.reflect.Manifest[_], upperBound: scala.reflect.Manifest[_]): Manifest[T]
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
The object
Manifest
defines factory methods for manifests. It is intended for use by the compiler and should not be used in client code.(Since version 2.10.0) Use TypeTag instead