Packages

final case class JsPath(positions: Vector[Position]) extends Product with Serializable

Represents the full path location of an element in a json. The easiest way of creating a JsPath is.

positions

keys and/or indexes a path is made up of

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

Instance Constructors

  1. new JsPath(positions: Vector[Position])

    positions

    keys and/or indexes a path is made up of

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def /(path: JsPath): JsPath
    Annotations
    @inline()
  4. def /(key: String): JsPath

    Alias for append

    Alias for append

    Annotations
    @inline()
  5. def /(index: Int): JsPath

    Alias for append

    Alias for append

    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def \(path: JsPath): JsPath
    Annotations
    @inline()
  8. def \(key: String): JsPath

    Alias for prepended

    Alias for prepended

    Annotations
    @inline()
  9. def \(index: Int): JsPath

    Alias for prepended

    Alias for prepended

    Annotations
    @inline()
  10. def append(path: JsPath): JsPath
  11. def append(name: String): JsPath
  12. def append(i: Int): JsPath
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def head: Position
  19. def inc: JsPath
  20. def init: JsPath
  21. def isEmpty: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def last: Position
  24. def length: Int
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def prepended(path: JsPath): JsPath
  29. def prepended(key: String): JsPath
  30. def prepended(i: Int): JsPath
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def tail: JsPath
  33. def toString(): String
    Definition Classes
    JsPath → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped