final class Absolute extends Pointer
Represents an absolute JSON Pointer.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Absolute
- Pointer
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (ACursor) ⇒ A): (ACursor) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(c: ACursor): ACursor
- Definition Classes
- Absolute → Function1
-
def
asAbsolute: Option[Absolute]
Return this pointer as a Pointer.Absolute if possible.
Return this pointer as a Pointer.Absolute if possible.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asRelative: Option[Relative]
Return this pointer as a Pointer.Relative if possible.
Return this pointer as a Pointer.Relative if possible.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ ACursor): (A) ⇒ ACursor
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Absolute → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getOption(input: Json): Option[Json]
Attempt to get the value at the location pointed to.
-
def
hashCode(): Int
- Definition Classes
- Absolute → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Absolute → Function1 → AnyRef → Any
- def tokens: Vector[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()