Packages

class Immutable extends Atoms

The default read-only implementation of Atoms. You typically should not need to directly reference this class; instead, use the Atoms.apply method to construct new instances.

Linear Supertypes
Atoms, Serializable, ValidatingThriftStruct[Atoms], HasThriftStructCodec3[Atoms], Product16[Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Atoms
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product16
  7. Product
  8. Equals
  9. ThriftStruct
  10. ThriftStructIface
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Immutable(quizzes: Option[Seq[Atom]] = _root_.scala.None, viewpoints: Option[Seq[Atom]] = _root_.scala.None, media: Option[Seq[Atom]] = _root_.scala.None, explainers: Option[Seq[Atom]] = _root_.scala.None, cta: Option[Seq[Atom]] = _root_.scala.None, interactives: Option[Seq[Atom]] = _root_.scala.None, reviews: Option[Seq[Atom]] = _root_.scala.None, recipes: Option[Seq[Atom]] = _root_.scala.None, qandas: Option[Seq[Atom]] = _root_.scala.None, guides: Option[Seq[Atom]] = _root_.scala.None, profiles: Option[Seq[Atom]] = _root_.scala.None, timelines: Option[Seq[Atom]] = _root_.scala.None, commonsdivisions: Option[Seq[Atom]] = _root_.scala.None, charts: Option[Seq[Atom]] = _root_.scala.None, audios: Option[Seq[Atom]] = _root_.scala.None, emailsignups: Option[Seq[Atom]] = _root_.scala.None)
  2. new Immutable(quizzes: Option[Seq[Atom]], viewpoints: Option[Seq[Atom]], media: Option[Seq[Atom]], explainers: Option[Seq[Atom]], cta: Option[Seq[Atom]], interactives: Option[Seq[Atom]], reviews: Option[Seq[Atom]], recipes: Option[Seq[Atom]], qandas: Option[Seq[Atom]], guides: Option[Seq[Atom]], profiles: Option[Seq[Atom]], timelines: Option[Seq[Atom]], commonsdivisions: Option[Seq[Atom]], charts: Option[Seq[Atom]], audios: Option[Seq[Atom]], emailsignups: Option[Seq[Atom]], _passthroughFields: Map[Short, TFieldBlob])

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 _1: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  5. def _10: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  6. def _11: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  7. def _12: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  8. def _13: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  9. def _14: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  10. def _15: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  11. def _16: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  12. def _2: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  13. def _3: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  14. def _4: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  15. def _5: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  16. def _6: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  17. def _7: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  18. def _8: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  19. def _9: Option[Seq[Atom]]
    Definition Classes
    Atoms → Product16
  20. def _codec: ValidatingThriftStructCodec3[Atoms]
    Definition Classes
    Atoms → ValidatingThriftStruct → HasThriftStructCodec3
  21. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableAtoms
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. val audios: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  24. def canEqual(other: Any): Boolean
    Definition Classes
    Atoms → Equals
  25. val charts: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  27. val commonsdivisions: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  28. def copy(quizzes: Option[Seq[Atom]] = this.quizzes, viewpoints: Option[Seq[Atom]] = this.viewpoints, media: Option[Seq[Atom]] = this.media, explainers: Option[Seq[Atom]] = this.explainers, cta: Option[Seq[Atom]] = this.cta, interactives: Option[Seq[Atom]] = this.interactives, reviews: Option[Seq[Atom]] = this.reviews, recipes: Option[Seq[Atom]] = this.recipes, qandas: Option[Seq[Atom]] = this.qandas, guides: Option[Seq[Atom]] = this.guides, profiles: Option[Seq[Atom]] = this.profiles, timelines: Option[Seq[Atom]] = this.timelines, commonsdivisions: Option[Seq[Atom]] = this.commonsdivisions, charts: Option[Seq[Atom]] = this.charts, audios: Option[Seq[Atom]] = this.audios, emailsignups: Option[Seq[Atom]] = this.emailsignups, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Atoms
    Definition Classes
    Atoms
  29. val cta: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  30. val emailsignups: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(other: Any): Boolean
    Definition Classes
    Atoms → Equals → AnyRef → Any
  33. val explainers: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  35. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    Atoms
  36. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    Atoms
  37. val guides: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  38. def hashCode(): Int
    Definition Classes
    Atoms → AnyRef → Any
  39. val interactives: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. val media: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def newBuilder(): StructBuilder[Atoms]
    Definition Classes
    Atoms
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  46. def productArity: Int
    Definition Classes
    Product16 → Product
  47. def productElement(n: Int): Any
    Definition Classes
    Product16 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  48. def productElementName(n: Int): String
    Definition Classes
    Product
  49. def productElementNames: Iterator[String]
    Definition Classes
    Product
  50. def productIterator: Iterator[Any]
    Definition Classes
    Product
  51. def productPrefix: String
    Definition Classes
    Atoms → Product
  52. val profiles: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  53. val qandas: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  54. val quizzes: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  55. val recipes: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  56. val reviews: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  57. def setField(_blob: TFieldBlob): Atoms

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    Atoms
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. val timelines: Option[Seq[Atom]]
    Definition Classes
    ImmutableAtoms
  60. def toString(): String
    Definition Classes
    Atoms → AnyRef → Any
  61. def toTuple: (Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]])
    Definition Classes
    Atoms
  62. def unsetAudios: Atoms
    Definition Classes
    Atoms
  63. def unsetCharts: Atoms
    Definition Classes
    Atoms
  64. def unsetCommonsdivisions: Atoms
    Definition Classes
    Atoms
  65. def unsetCta: Atoms
    Definition Classes
    Atoms
  66. def unsetEmailsignups: Atoms
    Definition Classes
    Atoms
  67. def unsetExplainers: Atoms
    Definition Classes
    Atoms
  68. def unsetField(_fieldId: Short): Atoms

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    Atoms
  69. def unsetGuides: Atoms
    Definition Classes
    Atoms
  70. def unsetInteractives: Atoms
    Definition Classes
    Atoms
  71. def unsetMedia: Atoms
    Definition Classes
    Atoms
  72. def unsetProfiles: Atoms
    Definition Classes
    Atoms
  73. def unsetQandas: Atoms
    Definition Classes
    Atoms
  74. def unsetQuizzes: Atoms

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    Atoms
  75. def unsetRecipes: Atoms
    Definition Classes
    Atoms
  76. def unsetReviews: Atoms
    Definition Classes
    Atoms
  77. def unsetTimelines: Atoms
    Definition Classes
    Atoms
  78. def unsetViewpoints: Atoms
    Definition Classes
    Atoms
  79. val viewpoints: Option[Seq[Atom]]

    Viewpoints are deprecated

    Viewpoints are deprecated

    Definition Classes
    ImmutableAtoms
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  83. def write(_oprot: TProtocol): Unit
    Definition Classes
    Atoms → ThriftStruct

Deprecated Value Members

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

    (Since version 9)

Inherited from Atoms

Inherited from Serializable

Inherited from ValidatingThriftStruct[Atoms]

Inherited from HasThriftStructCodec3[Atoms]

Inherited from Product16[Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped