scala.reflect

object RichClass

[source: scala/reflect/RichClass.scala]

object RichClass
extends AnyRef
Method Summary
implicit def classWrapper [T](x : java.lang.Class[T]) : RichClass[T]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def classWrapper[T](x : java.lang.Class[T]) : RichClass[T]