Packages

class JsonLDScalar extends AmfScalar with JsonLDElement

Linear Supertypes
JsonLDElement, AmfScalar, Serializable, Serializable, Product, Equals, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonLDScalar
  2. JsonLDElement
  3. AmfScalar
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AmfElement
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonLDScalar(value: Any, dataType: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to any2stringadd[JsonLDScalar] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JsonLDScalar, B)
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to ArrowAssoc[JsonLDScalar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(other: Annotations): JsonLDScalar.this.type
    Definition Classes
    AmfElement
  7. def add(annotation: Annotation): JsonLDScalar.this.type
    Definition Classes
    AmfElement
  8. val annotations: Annotations

    Set of annotations for element.

    Set of annotations for element.

    Definition Classes
    JsonLDScalar → AmfScalar → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfScalar
    Definition Classes
    AmfScalar → AmfElement
  12. val dataType: String
  13. def ensuring(cond: (JsonLDScalar) ⇒ Boolean, msg: ⇒ Any): JsonLDScalar
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to Ensuring[JsonLDScalar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (JsonLDScalar) ⇒ Boolean): JsonLDScalar
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to Ensuring[JsonLDScalar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): JsonLDScalar
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to Ensuring[JsonLDScalar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): JsonLDScalar
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to Ensuring[JsonLDScalar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(obj: Any): Boolean
    Definition Classes
    AmfScalar → Equals → AnyRef → Any
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to StringFormat[JsonLDScalar] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  23. def location(): Option[String]
    Definition Classes
    AmfElement
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toBool: Boolean
    Definition Classes
    AmfScalar
  30. def toNumber: Number
    Definition Classes
    AmfScalar
  31. def toNumberOption: Option[Number]
    Definition Classes
    AmfScalar
  32. def toString(): String
    Definition Classes
    AmfScalar → AnyRef → Any
  33. val value: Any
    Definition Classes
    JsonLDScalar → AmfScalar
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (JsonLDScalar, B)
    Implicit
    This member is added by an implicit conversion from JsonLDScalar to ArrowAssoc[JsonLDScalar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JsonLDElement

Inherited from AmfScalar

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JsonLDScalar to any2stringadd[JsonLDScalar]

Inherited by implicit conversion StringFormat from JsonLDScalar to StringFormat[JsonLDScalar]

Inherited by implicit conversion Ensuring from JsonLDScalar to Ensuring[JsonLDScalar]

Inherited by implicit conversion ArrowAssoc from JsonLDScalar to ArrowAssoc[JsonLDScalar]

Ungrouped