Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

MutableStruct

Related Doc: package descriptors

Permalink

trait MutableStruct extends Struct with JavaStructMutable[Annotation, Field, Struct, RawStruct, StructMeta]

Linear Supertypes
JavaStructMutable[Annotation, Field, Struct, RawStruct, StructMeta], MutableRecord[Struct], Struct, TBase[Struct, Struct._Fields], Serializable, JavaStruct[Annotation, Field, Struct, RawStruct, StructMeta], Record[Struct], Ordered[Struct], Comparable[Struct], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableStruct
  2. JavaStructMutable
  3. MutableRecord
  4. Struct
  5. TBase
  6. Serializable
  7. JavaStruct
  8. Record
  9. Ordered
  10. Comparable
  11. UntypedRecord
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def __annotations(): Seq[Annotation]

    Permalink
    Definition Classes
    JavaStruct
  2. abstract def __annotations_=(x: Seq[Annotation]): Unit

    Permalink
  3. abstract def __fields(): Seq[Field]

    Permalink
    Definition Classes
    JavaStruct
  4. abstract def __fields_=(x: Seq[Field]): Unit

    Permalink
  5. abstract def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    JavaStruct
  6. abstract def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    JavaStruct
  7. abstract def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    JavaStruct
  8. abstract def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    JavaStruct
  9. abstract def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    JavaStruct
  10. abstract def annotationsUnset(): Unit

    Permalink
  11. abstract def clear(): Unit

    Permalink
    Definition Classes
    TBase
  12. abstract def copy(name: String = nameOrNull, __fields: Seq[Field] = fieldsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): MutableStruct

    Permalink
    Definition Classes
    MutableStructStruct
  13. abstract def deepCopy(): Struct

    Permalink
    Definition Classes
    Struct → TBase
  14. abstract def fieldForId(arg0: Int): Struct._Fields

    Permalink
    Definition Classes
    TBase
  15. abstract def fieldsIsSet(): Boolean

    Permalink
    Definition Classes
    JavaStruct
  16. abstract def fieldsOption(): Option[Seq[Field]]

    Permalink
    Definition Classes
    JavaStruct
  17. abstract def fieldsOrDefault(): Seq[Field]

    Permalink
    Definition Classes
    JavaStruct
  18. abstract def fieldsOrNull(): Seq[Field]

    Permalink
    Definition Classes
    JavaStruct
  19. abstract def fieldsOrThrow(): Seq[Field]

    Permalink
    Definition Classes
    JavaStruct
  20. abstract def fieldsUnset(): Unit

    Permalink
  21. abstract def getFieldValue(arg0: Struct._Fields): AnyRef

    Permalink
    Definition Classes
    TBase
  22. abstract def isSet(arg0: Struct._Fields): Boolean

    Permalink
    Definition Classes
    TBase
  23. abstract def merge(that: Struct): Unit

    Permalink
    Definition Classes
    MutableStructMutableRecord
  24. abstract def mergeCopy(that: Struct): Struct

    Permalink
    Definition Classes
    StructRecord
  25. abstract def meta: StructMeta

    Permalink
    Definition Classes
    StructRecordUntypedRecord
  26. abstract def name(): String

    Permalink
    Definition Classes
    JavaStruct
  27. abstract def nameIsSet(): Boolean

    Permalink
    Definition Classes
    JavaStruct
  28. abstract def nameOption(): Option[String]

    Permalink
    Definition Classes
    JavaStruct
  29. abstract def nameOrNull(): String

    Permalink
    Definition Classes
    JavaStruct
  30. abstract def nameOrThrow(): String

    Permalink
    Definition Classes
    JavaStruct
  31. abstract def nameUnset(): Unit

    Permalink
  32. abstract def name_=(x: String): Unit

    Permalink
  33. abstract def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TBase
    Annotations
    @throws( ... )
  34. abstract def setFieldValue(arg0: Struct._Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TBase
  35. abstract def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    Struct → TBase → UntypedRecord

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Struct): Boolean

    Permalink
    Definition Classes
    Struct → Ordered
  4. def <=(that: Struct): Boolean

    Permalink
    Definition Classes
    Struct → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Struct): Boolean

    Permalink
    Definition Classes
    Struct → Ordered
  7. def >=(that: Struct): Boolean

    Permalink
    Definition Classes
    Struct → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: Struct): Int

    Permalink
    Definition Classes
    Struct → Ordered
  11. def compareTo(that: Struct): Int

    Permalink
    Definition Classes
    Struct → Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mutable: MutableStruct

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableStructStruct
  19. def mutableCopy(): MutableStruct

    Permalink
    Definition Classes
    Struct
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    Struct
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JavaStructMutable[Annotation, Field, Struct, RawStruct, StructMeta]

Inherited from MutableRecord[Struct]

Inherited from Struct

Inherited from TBase[Struct, Struct._Fields]

Inherited from Serializable

Inherited from JavaStruct[Annotation, Field, Struct, RawStruct, StructMeta]

Inherited from Record[Struct]

Inherited from Ordered[Struct]

Inherited from Comparable[Struct]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped