SeqPlan

case class SeqPlan(var head: Plan, var tail: Plan) extends Plan
trait Product
trait Equals
class Plan
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Product

Inherited fields

val id: Int
Inherited from
Plan