O object

Applied

extends Object

Supertypes

Object

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 

extension_args

( self: Applied ) ( implicit  ctx: Context ) : List[Tree]

def 

extension_tpt

( self: Applied ) ( implicit  ctx: Context ) : TypeTree

def 

unapply

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