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.
- Alphabetic
- By Inheritance
- Immutable
- Crossword
- Serializable
- ValidatingThriftStruct
- HasThriftStructCodec3
- Product14
- Product
- Equals
- ThriftStruct
- ThriftStructIface
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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)
- 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
- 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 _1: String
- Definition Classes
- Crossword → Product14
- def _10: Option[String]
- Definition Classes
- Crossword → Product14
- def _11: Option[CrosswordCreator]
- Definition Classes
- Crossword → Product14
- def _12: Option[String]
- Definition Classes
- Crossword → Product14
- def _13: Option[String]
- Definition Classes
- Crossword → Product14
- def _14: Option[CapiDateTime]
- Definition Classes
- Crossword → Product14
- def _2: CrosswordType
- Definition Classes
- Crossword → Product14
- def _3: Int
- Definition Classes
- Crossword → Product14
- def _4: CapiDateTime
- Definition Classes
- Crossword → Product14
- def _5: CrosswordDimensions
- Definition Classes
- Crossword → Product14
- def _6: Seq[CrosswordEntry]
- Definition Classes
- Crossword → Product14
- def _7: Boolean
- Definition Classes
- Crossword → Product14
- def _8: Boolean
- Definition Classes
- Crossword → Product14
- def _9: Boolean
- Definition Classes
- Crossword → Product14
- def _codec: ValidatingThriftStructCodec3[Crossword]
- Definition Classes
- Crossword → ValidatingThriftStruct → HasThriftStructCodec3
- val _passthroughFields: Map[Short, TFieldBlob]
- val annotatedSolution: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(other: Any): Boolean
- Definition Classes
- Crossword → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- val creator: Option[CrosswordCreator]
- val date: CapiDateTime
- val dateSolutionAvailable: Option[CapiDateTime]
- val dimensions: CrosswordDimensions
- val entries: Seq[CrosswordEntry]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Crossword → Equals → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- 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
- val hasNumbers: Boolean
- def hashCode(): Int
- Definition Classes
- Crossword → AnyRef → Any
- val instructions: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder(): StructBuilder[Crossword]
- Definition Classes
- Crossword
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val number: Int
- val pdf: Option[String]
- def productArity: Int
- Definition Classes
- Product14 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product14 → Product
- Annotations
- @throws(classOf[java.lang.IndexOutOfBoundsException])
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Crossword → Product
- val randomCluesOrdering: Boolean
- 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
- val solutionAvailable: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Crossword → AnyRef → Any
- 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
- val type: CrosswordType
- def unsetAnnotatedSolution: Crossword
- Definition Classes
- Crossword
- def unsetCreator: Crossword
- Definition Classes
- Crossword
- def unsetDate: Crossword
- Definition Classes
- Crossword
- def unsetDateSolutionAvailable: Crossword
- Definition Classes
- Crossword
- def unsetDimensions: Crossword
- Definition Classes
- Crossword
- def unsetEntries: Crossword
- Definition Classes
- Crossword
- 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
- def unsetHasNumbers: Crossword
- Definition Classes
- Crossword
- def unsetInstructions: Crossword
- Definition Classes
- Crossword
- 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
- def unsetNumber: Crossword
- Definition Classes
- Crossword
- def unsetPdf: Crossword
- Definition Classes
- Crossword
- def unsetRandomCluesOrdering: Crossword
- Definition Classes
- Crossword
- def unsetSolutionAvailable: Crossword
- Definition Classes
- Crossword
- def unsetType: Crossword
- Definition Classes
- Crossword
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(_oprot: TProtocol): Unit
- Definition Classes
- Crossword → ThriftStruct
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)