O object

Apply

extends Object

Scala parameter application

Supertypes

Object

Members

def 

apply

( fun: Term args: List[Term] ) ( implicit  ctx: Context ) : Apply

Create a function application <fun: Term>(<args: List[Term]>)

Create a function application <fun: Term>(<args: List[Term]>)

def 

copy

( original: Tree ) ( fun: Term args: List[Term] ) ( implicit  ctx: Context ) : Apply

def 

extension_args

( self: Apply ) ( implicit  ctx: Context ) : List[Term]

def 

extension_fun

( self: Apply ) ( implicit  ctx: Context ) : Term

def 

unapply

( x: Apply ) ( implicit  ctx: Context ) : Option[( Term, List[Term] )]

Matches a function application <fun: Term>(<args: List[Term]>)

Matches a function application <fun: Term>(<args: List[Term]>)