Application

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

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(base: Expr, arg: Expr): Expr

Inherited methods

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