t

scala.tools.nsc.doc.model

LowerBoundedTypeParamConstraint

trait LowerBoundedTypeParamConstraint extends TypeParamConstraint

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LowerBoundedTypeParamConstraint
  2. TypeParamConstraint
  3. Constraint
  4. AnyRef
  5. 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

Abstract Value Members

  1. abstract def lowerBound: TypeEntity

    The lower bound

  2. abstract def typeParamName: String

    The type parameter involved

    The type parameter involved

    Definition Classes
    TypeParamConstraint

Concrete Value Members

  1. def toString(): String

    toString for debugging

    toString for debugging

    Definition Classes
    LowerBoundedTypeParamConstraint → AnyRef → Any