Packages

final class TypeUtil extends AnyVal

Source
Type.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeUtil
  2. AnyVal
  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. Protected

Instance Constructors

  1. new TypeUtil(tpe: Type)

Value Members

  1. def asCollectionType: CollectionType
  2. def asOptionType: OptionType
  3. def collect[T](pf: PartialFunction[Type, T]): ConstArray[T]
  4. def containsSymbol(tss: Set[TypeSymbol]): Boolean
  5. def existsType(f: (Type) => Boolean): Boolean
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. def replace(f: PartialFunction[Type, Type]): Type
  8. val tpe: Type