IfModule

trait IfModule

Methods of the module object val If

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(cond: Term, thenp: Term, elsep: Term): If

Create an if/then/else if () else

Create an if/then/else if () else

Source
Quotes.scala
def copy(original: Tree)(cond: Term, thenp: Term, elsep: Term): If
def unapply(tree: If): (Term, Term, Term)

Matches an if/then/else if () else

Matches an if/then/else if () else

Source
Quotes.scala