com.twitter.thrift.descriptors

MutableContainerTypeProxy

trait MutableContainerTypeProxy extends MutableContainerType with ContainerTypeProxy

Linear Supertypes
ContainerTypeProxy, MutableContainerType, ContainerType, TBase[ContainerType, _Fields], Serializable, Ordered[ContainerType], Comparable[ContainerType], Record[ContainerType], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableContainerTypeProxy
  2. ContainerTypeProxy
  3. MutableContainerType
  4. ContainerType
  5. TBase
  6. Serializable
  7. Ordered
  8. Comparable
  9. Record
  10. UntypedRecord
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: MutableContainerType

    Attributes
    protected
    Definition Classes
    MutableContainerTypeProxyContainerTypeProxy

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: ContainerType): Boolean

    Definition Classes
    Ordered
  5. def <=(that: ContainerType): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: ContainerType): Boolean

    Definition Classes
    Ordered
  9. def >=(that: ContainerType): Boolean

    Definition Classes
    Ordered
  10. def __annotations: Seq[Annotation]

    Definition Classes
    ContainerTypeProxyContainerType
  11. def __annotations_=(x: Seq[Annotation]): Unit

  12. def annotationsIsSet: Boolean

    Definition Classes
    ContainerTypeProxyContainerType
  13. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    ContainerTypeProxyContainerType
  14. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    ContainerTypeProxyContainerType
  15. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    ContainerTypeProxyContainerType
  16. def annotationsOrThrow: Seq[Annotation]

    Definition Classes
    ContainerTypeProxyContainerType
  17. def annotationsUnset(): Unit

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clear(): Unit

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

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

    Definition Classes
    ContainerTypeProxyContainerType → Ordered
  22. def compareTo(that: ContainerType): Int

    Definition Classes
    Ordered → Comparable
  23. def copy(simpleContainerType: SimpleContainerType = simpleContainerTypeOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Mutable

  24. def deepCopy(): ContainerType

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

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

    Definition Classes
    ContainerTypeProxy → AnyRef → Any
  27. def fieldForId(id: Int): _Fields

    Definition Classes
    ContainerTypeProxy → TBase
  28. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  30. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    ContainerTypeProxy → TBase
  31. def hashCode(): Int

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

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

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

  35. def mergeCopy(that: ContainerType): ContainerType

    Definition Classes
    ContainerTypeProxyContainerType
  36. def meta: MetaRecord[ContainerType]

    Definition Classes
    ContainerTypeProxy → Record → UntypedRecord
  37. def mutable: Mutable

    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
    ContainerTypeProxyContainerType
  38. def mutableCopy(): Mutable

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

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

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

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

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

    Definition Classes
    ContainerTypeProxy → TBase
  44. def simpleContainerType: SimpleContainerType

    Definition Classes
    ContainerTypeProxyContainerType
  45. def simpleContainerTypeIsSet: Boolean

    Definition Classes
    ContainerTypeProxyContainerType
  46. def simpleContainerTypeOption: Option[SimpleContainerType]

    Definition Classes
    ContainerTypeProxyContainerType
  47. def simpleContainerTypeOrNull: SimpleContainerType

    Definition Classes
    ContainerTypeProxyContainerType
  48. def simpleContainerTypeOrThrow: SimpleContainerType

    Definition Classes
    ContainerTypeProxyContainerType
  49. def simpleContainerTypeUnset(): Unit

  50. def simpleContainerType_=(x: SimpleContainerType): Unit

  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toBuilder(): AllSpecified

    Definition Classes
    ContainerType
  53. def toString(): String

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

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

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

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

    Definition Classes
    ContainerTypeProxyContainerType → TBase → UntypedRecord

Inherited from ContainerTypeProxy

Inherited from MutableContainerType

Inherited from ContainerType

Inherited from TBase[ContainerType, _Fields]

Inherited from Serializable

Inherited from Ordered[ContainerType]

Inherited from Comparable[ContainerType]

Inherited from Record[ContainerType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped