com.twitter.thrift.descriptors

MutableSimpleTypeProxy

trait MutableSimpleTypeProxy extends MutableSimpleType with SimpleTypeProxy

Linear Supertypes
SimpleTypeProxy, MutableSimpleType, SimpleType, TBase[SimpleType, _Fields], Serializable, Ordered[SimpleType], Comparable[SimpleType], Record[SimpleType], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableSimpleTypeProxy
  2. SimpleTypeProxy
  3. MutableSimpleType
  4. SimpleType
  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: MutableSimpleType

    Attributes
    protected
    Definition Classes
    MutableSimpleTypeProxySimpleTypeProxy

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

    Definition Classes
    Ordered
  5. def <=(that: SimpleType): 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: SimpleType): Boolean

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

    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def baseTypeIsSet: Boolean

    Definition Classes
    SimpleTypeProxySimpleType
  12. def baseTypeOption: Option[BaseType]

    Definition Classes
    SimpleTypeProxySimpleType
  13. def baseTypeOrNull: BaseType

    Definition Classes
    SimpleTypeProxySimpleType
  14. def baseTypeOrThrow: BaseType

    Definition Classes
    SimpleTypeProxySimpleType
  15. def baseTypeUnset(): Unit

  16. def baseType_=(x: BaseType): Unit

  17. def clear(): Unit

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

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

    Definition Classes
    SimpleTypeProxySimpleType → Ordered
  20. def compareTo(that: SimpleType): Int

    Definition Classes
    Ordered → Comparable
  21. def containerTypeIsSet: Boolean

    Definition Classes
    SimpleTypeProxySimpleType
  22. def containerTypeOption: Option[ContainerType]

    Definition Classes
    SimpleTypeProxySimpleType
  23. def containerTypeOrNull: ContainerType

    Definition Classes
    SimpleTypeProxySimpleType
  24. def containerTypeOrThrow: ContainerType

    Definition Classes
    SimpleTypeProxySimpleType
  25. def containerTypeUnset(): Unit

  26. def containerType_=(x: ContainerType): Unit

  27. def copy(baseType: BaseType = baseTypeOrNull, containerType: ContainerType = containerTypeOrNull, typeref: Typeref = typerefOrNull): Mutable

  28. def deepCopy(): SimpleType

    Definition Classes
    SimpleTypeProxySimpleType → TBase
  29. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    SimpleTypeProxy → AnyRef → Any
  31. def fieldForId(id: Int): _Fields

    Definition Classes
    SimpleTypeProxy → TBase
  32. def finalize(): Unit

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

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

    Definition Classes
    SimpleTypeProxy → TBase
  35. def hashCode(): Int

    Definition Classes
    SimpleTypeProxy → AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    SimpleTypeProxy → TBase
  38. def merge(that: SimpleType): Unit

  39. def mergeCopy(that: SimpleType): SimpleType

    Definition Classes
    SimpleTypeProxySimpleType
  40. def meta: MetaRecord[SimpleType]

    Definition Classes
    SimpleTypeProxy → Record → UntypedRecord
  41. 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
    SimpleTypeProxySimpleType
  42. def mutableCopy(): Mutable

    Definition Classes
    SimpleTypeProxySimpleType
  43. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    SimpleTypeProxy → TBase
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toBuilder(): AllSpecified

    Definition Classes
    SimpleType
  50. def toString(): String

    Definition Classes
    SimpleTypeProxy → AnyRef → Any
  51. def typerefIsSet: Boolean

    Definition Classes
    SimpleTypeProxySimpleType
  52. def typerefOption: Option[Typeref]

    Definition Classes
    SimpleTypeProxySimpleType
  53. def typerefOrNull: Typeref

    Definition Classes
    SimpleTypeProxySimpleType
  54. def typerefOrThrow: Typeref

    Definition Classes
    SimpleTypeProxySimpleType
  55. def typerefUnset(): Unit

  56. def typeref_=(x: Typeref): Unit

  57. final def wait(): Unit

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

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

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

    Definition Classes
    SimpleTypeProxySimpleType → TBase → UntypedRecord

Inherited from SimpleTypeProxy

Inherited from MutableSimpleType

Inherited from SimpleType

Inherited from TBase[SimpleType, _Fields]

Inherited from Serializable

Inherited from Ordered[SimpleType]

Inherited from Comparable[SimpleType]

Inherited from Record[SimpleType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped