Packages

case class arr(value: Seq[Value] = Seq.empty) extends Value with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Value, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. arr
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Value
  7. AnyRef
  8. Any
Implicitly
  1. by convertValue
  2. by convertValue
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new arr(value: Seq[Value] = Seq.empty)

Value Members

  1. def ++(other: arr): arr
  2. def +:(el: Value): arr
  3. def :+(el: Value): arr
  4. def append(el: Value): arr
  5. def prepend(el: Value): arr
  6. def toString: String
    Definition Classes
    arrValue → AnyRef → Any
  7. val value: Seq[Value]