O object

MethodType

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( paramNames: List[String] ) ( paramInfosExp: MethodType => List[Type] resultTypeExp: MethodType => Type ) : MethodType

def 

unapply

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