Packages

object HasMethodMatching

An extractor for types of the form ? { name: (? >: argtpe <: Any*)restp }

Source
Implicits.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasMethodMatching
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(name: Global.Name, argtpes: List[Global.Type], restpe: Global.Type): Global.Type
  2. val dummyMethod: Global.TermSymbol
  3. def templateArgType(argtpe: Global.Type): Global.BoundedWildcardType
  4. def unapply(pt: Global.Type): Option[(Global.Name, List[Global.Type], Global.Type)]