Packages

class JsonLDArray extends AmfArray with JsonLDElement

Linear Supertypes
JsonLDElement, AmfArray, Serializable, Serializable, Product, Equals, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonLDArray
  2. JsonLDElement
  3. AmfArray
  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 JsonLDArray()

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 JsonLDArray to any2stringadd[JsonLDArray] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +=(value: JsonLDElement): Unit
  5. def +=(value: AmfElement): Unit
    Definition Classes
    AmfArray
  6. def ->[B](y: B): (JsonLDArray, B)
    Implicit
    This member is added by an implicit conversion from JsonLDArray to ArrowAssoc[JsonLDArray] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def add(other: Annotations): JsonLDArray.this.type
    Definition Classes
    AmfElement
  9. def add(annotation: Annotation): JsonLDArray.this.type
    Definition Classes
    AmfElement
  10. val annotations: Annotations

    Set of annotations for element.

    Set of annotations for element.

    Definition Classes
    JsonLDArray → AmfArray → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfArray
    Definition Classes
    AmfArray → AmfElement
  14. def ensuring(cond: (JsonLDArray) ⇒ Boolean, msg: ⇒ Any): JsonLDArray
    Implicit
    This member is added by an implicit conversion from JsonLDArray to Ensuring[JsonLDArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (JsonLDArray) ⇒ Boolean): JsonLDArray
    Implicit
    This member is added by an implicit conversion from JsonLDArray to Ensuring[JsonLDArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): JsonLDArray
    Implicit
    This member is added by an implicit conversion from JsonLDArray to Ensuring[JsonLDArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): JsonLDArray
    Implicit
    This member is added by an implicit conversion from JsonLDArray to Ensuring[JsonLDArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JsonLDArray to StringFormat[JsonLDArray] 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 jsonLDElements: Seq[JsonLDElement]
  24. def location(): Option[String]
    Definition Classes
    AmfElement
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  29. def scalars: Seq[AmfScalar]
    Definition Classes
    AmfArray
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. var values: Seq[AmfElement]
    Definition Classes
    AmfArray
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (JsonLDArray, B)
    Implicit
    This member is added by an implicit conversion from JsonLDArray to ArrowAssoc[JsonLDArray] 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

Inherited from JsonLDElement

Inherited from AmfArray

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 JsonLDArray to any2stringadd[JsonLDArray]

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

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

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

Ungrouped