Packages

class Immutable extends Crossword

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

Linear Supertypes
Crossword, Serializable, ValidatingThriftStruct[Crossword], HasThriftStructCodec3[Crossword], Product14[String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Crossword
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product14
  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(name: String, type: CrosswordType, number: Int, date: CapiDateTime, dimensions: CrosswordDimensions, entries: Seq[CrosswordEntry] = _root_.scala.collection.immutable.Nil, solutionAvailable: Boolean, hasNumbers: Boolean, randomCluesOrdering: Boolean, instructions: Option[String] = _root_.scala.None, creator: Option[CrosswordCreator] = _root_.scala.None, pdf: Option[String] = _root_.scala.None, annotatedSolution: Option[String] = _root_.scala.None, dateSolutionAvailable: Option[CapiDateTime] = _root_.scala.None)
  2. new Immutable(name: String, type: CrosswordType, number: Int, date: CapiDateTime, dimensions: CrosswordDimensions, entries: Seq[CrosswordEntry], solutionAvailable: Boolean, hasNumbers: Boolean, randomCluesOrdering: Boolean, instructions: Option[String], creator: Option[CrosswordCreator], pdf: Option[String], annotatedSolution: Option[String], dateSolutionAvailable: Option[CapiDateTime], _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: String
    Definition Classes
    Crossword → Product14
  5. def _10: Option[String]
    Definition Classes
    Crossword → Product14
  6. def _11: Option[CrosswordCreator]
    Definition Classes
    Crossword → Product14
  7. def _12: Option[String]
    Definition Classes
    Crossword → Product14
  8. def _13: Option[String]
    Definition Classes
    Crossword → Product14
  9. def _14: Option[CapiDateTime]
    Definition Classes
    Crossword → Product14
  10. def _2: CrosswordType
    Definition Classes
    Crossword → Product14
  11. def _3: Int
    Definition Classes
    Crossword → Product14
  12. def _4: CapiDateTime
    Definition Classes
    Crossword → Product14
  13. def _5: CrosswordDimensions
    Definition Classes
    Crossword → Product14
  14. def _6: Seq[CrosswordEntry]
    Definition Classes
    Crossword → Product14
  15. def _7: Boolean
    Definition Classes
    Crossword → Product14
  16. def _8: Boolean
    Definition Classes
    Crossword → Product14
  17. def _9: Boolean
    Definition Classes
    Crossword → Product14
  18. def _codec: ValidatingThriftStructCodec3[Crossword]
    Definition Classes
    Crossword → ValidatingThriftStruct → HasThriftStructCodec3
  19. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableCrossword
  20. val annotatedSolution: Option[String]
    Definition Classes
    ImmutableCrossword
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def canEqual(other: Any): Boolean
    Definition Classes
    Crossword → Equals
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  24. def copy(name: String = this.name, type: CrosswordType = this.`type`, number: Int = this.number, date: CapiDateTime = this.date, dimensions: CrosswordDimensions = this.dimensions, entries: Seq[CrosswordEntry] = this.entries, solutionAvailable: Boolean = this.solutionAvailable, hasNumbers: Boolean = this.hasNumbers, randomCluesOrdering: Boolean = this.randomCluesOrdering, instructions: Option[String] = this.instructions, creator: Option[CrosswordCreator] = this.creator, pdf: Option[String] = this.pdf, annotatedSolution: Option[String] = this.annotatedSolution, dateSolutionAvailable: Option[CapiDateTime] = this.dateSolutionAvailable, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Crossword
    Definition Classes
    Crossword
  25. val creator: Option[CrosswordCreator]
    Definition Classes
    ImmutableCrossword
  26. val date: CapiDateTime
    Definition Classes
    ImmutableCrossword
  27. val dateSolutionAvailable: Option[CapiDateTime]
    Definition Classes
    ImmutableCrossword
  28. val dimensions: CrosswordDimensions
    Definition Classes
    ImmutableCrossword
  29. val entries: Seq[CrosswordEntry]
    Definition Classes
    ImmutableCrossword
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(other: Any): Boolean
    Definition Classes
    Crossword → Equals → AnyRef → Any
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  33. 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
    Crossword
  34. 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
    Crossword
  35. val hasNumbers: Boolean
    Definition Classes
    ImmutableCrossword
  36. def hashCode(): Int
    Definition Classes
    Crossword → AnyRef → Any
  37. val instructions: Option[String]
    Definition Classes
    ImmutableCrossword
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. val name: String
    Definition Classes
    ImmutableCrossword
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def newBuilder(): StructBuilder[Crossword]
    Definition Classes
    Crossword
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. val number: Int
    Definition Classes
    ImmutableCrossword
  45. val pdf: Option[String]
    Definition Classes
    ImmutableCrossword
  46. def productArity: Int
    Definition Classes
    Product14 → Product
  47. def productElement(n: Int): Any
    Definition Classes
    Product14 → 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
    Crossword → Product
  52. val randomCluesOrdering: Boolean
    Definition Classes
    ImmutableCrossword
  53. def setField(_blob: TFieldBlob): Crossword

    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
    Crossword
  54. val solutionAvailable: Boolean
    Definition Classes
    ImmutableCrossword
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    Crossword → AnyRef → Any
  57. def toTuple: (String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime])
    Definition Classes
    Crossword
  58. val type: CrosswordType
    Definition Classes
    ImmutableCrossword
  59. def unsetAnnotatedSolution: Crossword
    Definition Classes
    Crossword
  60. def unsetCreator: Crossword
    Definition Classes
    Crossword
  61. def unsetDate: Crossword
    Definition Classes
    Crossword
  62. def unsetDateSolutionAvailable: Crossword
    Definition Classes
    Crossword
  63. def unsetDimensions: Crossword
    Definition Classes
    Crossword
  64. def unsetEntries: Crossword
    Definition Classes
    Crossword
  65. def unsetField(_fieldId: Short): Crossword

    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
    Crossword
  66. def unsetHasNumbers: Crossword
    Definition Classes
    Crossword
  67. def unsetInstructions: Crossword
    Definition Classes
    Crossword
  68. def unsetName: Crossword

    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
    Crossword
  69. def unsetNumber: Crossword
    Definition Classes
    Crossword
  70. def unsetPdf: Crossword
    Definition Classes
    Crossword
  71. def unsetRandomCluesOrdering: Crossword
    Definition Classes
    Crossword
  72. def unsetSolutionAvailable: Crossword
    Definition Classes
    Crossword
  73. def unsetType: Crossword
    Definition Classes
    Crossword
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. def write(_oprot: TProtocol): Unit
    Definition Classes
    Crossword → 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 Crossword

Inherited from Serializable

Inherited from ValidatingThriftStruct[Crossword]

Inherited from HasThriftStructCodec3[Crossword]

Inherited from Product14[String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped