Uninline

io.getquill.metaprog.Extractors.Uninline
object Uninline

Uninline the term no matter what (TODO should reove the unapply case) that pattern always matches and is too confusing

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Uninline.type

Members list

Type members

Classlikes

object Term

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Term.type

Value members

Concrete methods

def apply[T : Type](using Quotes)(any: Expr[T]): Expr[T]
def unapply[T : Type](using Quotes)(any: Expr[T]): Option[Expr[T]]