Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawContainerType

Related Doc: package descriptors

Permalink

final class RawContainerType extends JavaContainerTypeRaw[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta] with MutableContainerType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawContainerType
  2. MutableContainerType
  3. ContainerType
  4. TBase
  5. Serializable
  6. JavaContainerTypeRaw
  7. JavaContainerTypeMutable
  8. MutableRecord
  9. JavaContainerType
  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 RawContainerType()

    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: ContainerType): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ContainerType → Ordered
  8. def __annotations(): Seq[Annotation]

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

    Permalink
    Definition Classes
    RawContainerTypeMutableContainerType
  10. def annotationsIsSet(): Boolean

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

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  12. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  13. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  14. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  15. def annotationsUnset(): Unit

    Permalink
    Definition Classes
    RawContainerTypeMutableContainerType
  16. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    RawContainerType → TBase
  18. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ContainerType → Ordered
  20. def compareTo(that: ContainerType): Int

    Permalink
    Definition Classes
    ContainerType → Ordered → Comparable
  21. def copy(simpleContainerType: SimpleContainerType = simpleContainerTypeOrNull, __annotations: Seq[Annotation] = annotationsOrNull): RawContainerType

    Permalink
  22. def deepCopy(): RawContainerType

    Permalink
    Definition Classes
    RawContainerTypeContainerType → TBase
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(that: ContainerType): Boolean

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

    Permalink
    Definition Classes
    RawContainerType → AnyRef → Any
  26. def fieldForId(id: Int): ContainerType._Fields

    Permalink
    Definition Classes
    RawContainerType → TBase
  27. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getFieldValue(field: ContainerType._Fields): AnyRef

    Permalink
    Definition Classes
    RawContainerType → TBase
  30. def getSetFields: Seq[Any]

    Permalink
  31. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  33. def isSet(field: ContainerType._Fields): Boolean

    Permalink
    Definition Classes
    RawContainerType → TBase
  34. def merge(that: ContainerType): Unit

    Permalink
  35. def mergeCopy(that: ContainerType): ContainerType

    Permalink
    Definition Classes
    RawContainerTypeContainerTypeRecord
  36. def meta: ContainerTypeMeta

    Permalink
    Definition Classes
    RawContainerTypeContainerTypeRecordUntypedRecord
  37. def mutable: MutableContainerType

    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
    MutableContainerTypeContainerType
  38. def mutableCopy(): MutableContainerType

    Permalink
    Definition Classes
    ContainerType
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    RawContainerType → TBase → UntypedRecord
  43. def setFieldValue(field: ContainerType._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawContainerType → TBase
  44. def simpleContainerType(): SimpleContainerType

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  45. def simpleContainerTypeIsSet(): Boolean

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  46. def simpleContainerTypeOption(): Option[SimpleContainerType]

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  47. def simpleContainerTypeOrNull(): SimpleContainerType

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  48. def simpleContainerTypeOrThrow(): SimpleContainerType

    Permalink
    Definition Classes
    RawContainerType → JavaContainerType
  49. def simpleContainerTypeUnset(): Unit

    Permalink
    Definition Classes
    RawContainerTypeMutableContainerType
  50. def simpleContainerType_=(x: SimpleContainerType): Unit

    Permalink
    Definition Classes
    RawContainerTypeMutableContainerType
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ContainerType
  53. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    RawContainerTypeContainerType → TBase → UntypedRecord

Inherited from MutableContainerType

Inherited from ContainerType

Inherited from TBase[ContainerType, ContainerType._Fields]

Inherited from Serializable

Inherited from JavaContainerTypeMutable[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta]

Inherited from MutableRecord[ContainerType]

Inherited from Record[ContainerType]

Inherited from Ordered[ContainerType]

Inherited from Comparable[ContainerType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped