Spliced

object Spliced

Extractors for splices

class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(tree: Apply)(using Context): Option[Tree]

Extracts the content of a spliced expression tree. The result can be the contents of a term splice, which will return a term tree.

Extracts the content of a spliced expression tree. The result can be the contents of a term splice, which will return a term tree.