CacheLevelTagToExpr

sbt.util.CacheLevelTag.CacheLevelTagToExpr
object CacheLevelTagToExpr extends ToExpr[CacheLevelTag]

Attributes

Graph
Supertypes
trait ToExpr[CacheLevelTag]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(tag: CacheLevelTag)(using Quotes): Expr[CacheLevelTag]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes