Class

upickle.Js

Arr

Related Doc: package Js

Permalink

final case class Arr(value: Value*) extends AnyVal with Value with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Value, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Arr
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Value
  7. AnyVal
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Arr(value: Value*)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def apply(s: String): Value

    Permalink

    Looks up the Js.Value as a Js.Obj using an index, throws otherwise if it's not a Js.Obj

    Looks up the Js.Value as a Js.Obj using an index, throws otherwise if it's not a Js.Obj

    Definition Classes
    Value
  5. def apply(i: Int): Value

    Permalink

    Looks up the Js.Value as a Js.Arr using an index, throws otherwise if it's not a Js.Arr

    Looks up the Js.Value as a Js.Arr using an index, throws otherwise if it's not a Js.Arr

    Definition Classes
    Value
  6. def arr: Seq[Value]

    Permalink

    Returns the elements of this Js.Value, fails if it is not a Js.Arr

    Returns the elements of this Js.Value, fails if it is not a Js.Arr

    Definition Classes
    Value
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. def num: Double

    Permalink

    Returns the Double value of this Js.Value, fails if it is not a Js.Num

    Returns the Double value of this Js.Value, fails if it is not a Js.Num

    Definition Classes
    Value
  11. def obj: Map[CharSequence, Value]

    Permalink

    Returns the key/value map of this Js.Value, fails if it is not a Js.Obj

    Returns the key/value map of this Js.Value, fails if it is not a Js.Obj

    Definition Classes
    Value
  12. def str: CharSequence

    Permalink

    Returns the String value of this Js.Value, fails if it is not a Js.Str

    Returns the String value of this Js.Value, fails if it is not a Js.Str

    Definition Classes
    Value
  13. def toString(): String

    Permalink
    Definition Classes
    Value → Any
  14. val value: Value*

    Permalink
    Definition Classes
    ArrValue

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Value

Inherited from AnyVal

Inherited from Any

Ungrouped