O object

LambdaTypeTree

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( tparams: List[TypeDef] body: Tree ) ( implicit  ctx: Context ) : LambdaTypeTree

def 

copy

( original: Tree ) ( tparams: List[TypeDef] body: Tree ) ( implicit  ctx: Context ) : LambdaTypeTree

def 

unapply

( tree: LambdaTypeTree ) ( implicit  ctx: Context ) : Option[( List[TypeDef], Tree )]