Packages

trait PolyCType[M, C] extends CType[M, C]

the base type for a family of component types. use as your CType when it represents an abstract component type with concrete subtypes.

M

the domain model

C

the component class

Source
PolyCType.scala
Linear Supertypes
CType[M, C], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolyCType
  2. CType
  3. AnyRef
  4. 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

Value Members

  1. def toString(): String
    Definition Classes
    PolyCTypeCType → AnyRef → Any