Packages

sealed trait Expression extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expression
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def mapVars(f: VariableMap): Expression

Concrete Value Members

  1. def *(y: Double): Product
  2. def *(that: Expression): Product
  3. def +(that: Expression): Sum
  4. def -(that: Expression): Sum
  5. def /(y: Double): Quotient
  6. def /(that: Expression): Quotient
  7. def square: Product
  8. def unary_-: Expression
  9. def useBoat[Y, State, O, Boat](boat: Boat, island: Island[Y, State, O, Boat]): Expression