Packages

class RichClass[T] extends AnyRef

Source
RichClass.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichClass
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichClass(clazz: Class[T])

Value Members

  1. val clazz: Class[T]
  2. def hasAncestor(f: (JClass) ⇒ Boolean): Boolean
  3. def hasAncestorName(f: (String) ⇒ Boolean): Boolean
  4. def interfaces: List[JClass]
  5. def isScalaAnonymous: Boolean
  6. def superNames: List[String]
  7. def supers: List[JClass]
  8. def supertags: List[ClassTag[_]]
  9. def toTag: ClassTag[T]