Packages

final class Absolute extends Pointer

Represents an absolute JSON Pointer.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Absolute
  2. Pointer
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (ACursor) ⇒ A): (ACursor) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(c: ACursor): ACursor
    Definition Classes
    Absolute → Function1
  6. def asAbsolute: Option[Absolute]

    Return this pointer as a Pointer.Absolute if possible.

    Return this pointer as a Pointer.Absolute if possible.

    Definition Classes
    AbsolutePointer
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asRelative: Option[Relative]

    Return this pointer as a Pointer.Relative if possible.

    Return this pointer as a Pointer.Relative if possible.

    Definition Classes
    AbsolutePointer
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def compose[A](g: (A) ⇒ ACursor): (A) ⇒ ACursor
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean
    Definition Classes
    Absolute → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def get(input: Json): Either[PointerFailure, Json]

    Attempt to get the value at the location pointed to, returning the history if it doesn't exist.

    Attempt to get the value at the location pointed to, returning the history if it doesn't exist.

    Definition Classes
    Pointer
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getOption(input: Json): Option[Json]

    Attempt to get the value at the location pointed to.

    Attempt to get the value at the location pointed to.

    Definition Classes
    AbsolutePointer
    Note

    For absolute pointers this method may be faster than get or apply, since it does not have to track error locations.

  17. def hashCode(): Int
    Definition Classes
    Absolute → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    Absolute → Function1 → AnyRef → Any
  24. def tokens: Vector[String]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Pointer

Inherited from (ACursor) ⇒ ACursor

Inherited from AnyRef

Inherited from Any

Ungrouped