Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

StructProxy

Related Doc: package descriptors

Permalink

trait StructProxy extends Struct

Linear Supertypes
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. StructProxy
  2. Struct
  3. TBase
  4. Serializable
  5. JavaStruct
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: Struct

    Permalink
    Attributes
    protected

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

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  9. def __fields(): Seq[Field]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  10. def annotationsIsSet(): Boolean

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

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  12. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  13. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  14. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  15. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    StructProxy → TBase
  17. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    StructProxyStruct
  21. def deepCopy(): Struct

    Permalink
    Definition Classes
    StructProxyStruct → TBase
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: Any): Boolean

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

    Permalink
    Definition Classes
    StructProxy → TBase
  25. def fieldsIsSet(): Boolean

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

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  27. def fieldsOrDefault(): Seq[Field]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  28. def fieldsOrNull(): Seq[Field]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  29. def fieldsOrThrow(): Seq[Field]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  30. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    StructProxy → TBase
  33. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    StructProxy → TBase
  36. def mergeCopy(that: Struct): Struct

    Permalink
    Definition Classes
    StructProxyStructRecord
  37. def meta: StructMeta

    Permalink
    Definition Classes
    StructProxyStructRecordUntypedRecord
  38. 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
    StructProxyStruct
  39. def mutableCopy(): MutableStruct

    Permalink
    Definition Classes
    StructProxyStruct
  40. def name(): String

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  41. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  42. def nameOption(): Option[String]

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  43. def nameOrNull(): String

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  44. def nameOrThrow(): String

    Permalink
    Definition Classes
    StructProxy → JavaStruct
  45. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StructProxyStruct → TBase → UntypedRecord

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