OperatorApplication

object OperatorApplication extends Constructor[(Operator, Expr, Expr)]
class Constructor[(Operator, Expr, Expr)]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(operator: Operator, lhs: Expr, rhs: Expr): Expr

Inherited methods

final def unapply(expr: Expr): Option[(Operator, Expr, Expr)]
Inherited from
Constructor