Apply1

final class Apply1[A](mkExpr: String => String)
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply(a: A)(implicit lang: Language, A: ExprParam[A]): Expr[Value]
def compile(implicit lang: Language, A: ExprParam[A]): A => Expr[Value]
def compile[Z](post: Expr[Value] => Z)(implicit lang: Language, A: ExprParam[A]): A => Z