O object

Applied

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( tpt: TypeTree args: List[Tree] ) ( implicit  ctx: Context ) : Applied

def 

copy

( original: Tree ) ( tpt: TypeTree args: List[Tree] ) ( implicit  ctx: Context ) : Applied

def 

unapply

( x: Applied ) ( implicit  ctx: Context ) : Option[( TypeTree, List[Tree] )]