O object

StringContext

extends Object

Supertypes

Object

Members

def 

unapply

( sc: Expr[StringContext] ) ( implicit  x$2: QuoteContext ) : Option[Seq[Expr[String]]]

Matches a StringContext(part0, part1, ...) and extracts the parts of a call to if the parts are passed explicitly. Returns the equvalent to Seq('{part0...

Matches a StringContext(part0, part1, ...) and extracts the parts of a call to if the parts are passed explicitly. Returns the equvalent to Seq('{part0}, '{part1}, ...).