Apply2

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

Value members

Concrete methods

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