Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawStruct

Related Doc: package descriptors

Permalink

final class RawStruct extends JavaStructRaw[Annotation, Field, Struct, RawStruct, StructMeta] with MutableStruct

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

Instance Constructors

  1. new RawStruct()

    Permalink

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. def __annotations(): Seq[Annotation]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  9. def __annotations_=(x: Seq[Annotation]): Unit

    Permalink
    Definition Classes
    RawStructMutableStruct
  10. def __fields(): Seq[Field]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  11. def __fields_=(x: Seq[Field]): Unit

    Permalink
    Definition Classes
    RawStructMutableStruct
  12. def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  13. def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  14. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  15. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  16. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  17. def annotationsUnset(): Unit

    Permalink
    Definition Classes
    RawStructMutableStruct
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clear(): Unit

    Permalink
    Definition Classes
    RawStruct → TBase
  20. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    Struct → Ordered → Comparable
  23. def copy(name: String = nameOrNull, __fields: Seq[Field] = fieldsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): RawStruct

    Permalink
    Definition Classes
    RawStructMutableStructStruct
  24. def deepCopy(): RawStruct

    Permalink
    Definition Classes
    RawStructStruct → TBase
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(that: Struct): Boolean

    Permalink
  27. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawStruct → AnyRef → Any
  28. def fieldForId(id: Int): Struct._Fields

    Permalink
    Definition Classes
    RawStruct → TBase
  29. def fieldsIsSet(): Boolean

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  30. def fieldsOption(): Option[Seq[Field]]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  31. def fieldsOrDefault(): Seq[Field]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  32. def fieldsOrNull(): Seq[Field]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  33. def fieldsOrThrow(): Seq[Field]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  34. def fieldsUnset(): Unit

    Permalink
    Definition Classes
    RawStructMutableStruct
  35. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getFieldValue(field: Struct._Fields): AnyRef

    Permalink
    Definition Classes
    RawStruct → TBase
  38. def getSetFields: Seq[Any]

    Permalink
  39. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  41. def isSet(field: Struct._Fields): Boolean

    Permalink
    Definition Classes
    RawStruct → TBase
  42. def merge(that: Struct): Unit

    Permalink
    Definition Classes
    RawStructMutableStructMutableRecord
  43. def mergeCopy(that: Struct): Struct

    Permalink
    Definition Classes
    RawStructStructRecord
  44. def meta: StructMeta

    Permalink
    Definition Classes
    RawStructStructRecordUntypedRecord
  45. 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
  46. def mutableCopy(): MutableStruct

    Permalink
    Definition Classes
    Struct
  47. def name(): String

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  48. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  49. def nameOption(): Option[String]

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  50. def nameOrNull(): String

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  51. def nameOrThrow(): String

    Permalink
    Definition Classes
    RawStruct → JavaStruct
  52. def nameUnset(): Unit

    Permalink
    Definition Classes
    RawStructMutableStruct
  53. def name_=(x: String): Unit

    Permalink
    Definition Classes
    RawStructMutableStruct
  54. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  57. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawStruct → TBase → UntypedRecord
  58. def setFieldValue(field: Struct._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawStruct → TBase
  59. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawStructStruct → TBase → UntypedRecord

Inherited from MutableStruct

Inherited from Struct

Inherited from TBase[Struct, Struct._Fields]

Inherited from Serializable

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

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

Inherited from MutableRecord[Struct]

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