Apply3

final class Apply3[A, B, C](mkExpr: (String, String, String) => String)
class Object
trait Matchable
class Any

Value members

Concrete methods

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