O object

PolyType

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( paramNames: List[String] ) ( paramBoundsExp: PolyType => List[TypeBounds] resultTypeExp: PolyType => Type ) ( implicit  ctx: Context ) : PolyType

def 

unapply

( x: PolyType ) ( implicit  ctx: Context ) : Option[( List[String], List[TypeBounds], Type )]