TransformUtil

class Object
trait Matchable
class Any

Value members

Concrete methods

def containsAwait(using Quotes)(term: Term): Boolean
def createFunctionType(using Quotes)(argTypes: List[TypeRepr], resultType: TypeRepr): TypeRepr
def dummyMapper(using Quotes)(t: Term, owner: Symbol): Boolean
def ensureTyped(using qctx: Quotes)(term: Term, tp: TypeRepr): Term
def find(using Quotes)(term: Term, cond: Tree => Option[Tree]): Option[Tree]
def safeShow(using Quotes)(t: Tree): String
def substituteLambdaParams(using qctx: Quotes)(oldParams: List[ValDef], newParams: List[Tree], body: Term, owner: Symbol): Term
def veryWiden(using qctx: Quotes)(tp: TypeRepr): TypeRepr

widen, which works over 'or' and 'and' types. (bug in dotty?)

widen, which works over 'or' and 'and' types. (bug in dotty?)