com.twitter.thrift.descriptors

MutableTypedefProxy

trait MutableTypedefProxy extends MutableTypedef with TypedefProxy

Linear Supertypes
TypedefProxy, MutableTypedef, Typedef, TBase[Typedef, _Fields], Serializable, Ordered[Typedef], Comparable[Typedef], Record[Typedef], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableTypedefProxy
  2. TypedefProxy
  3. MutableTypedef
  4. Typedef
  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

Type Members

  1. type MetaT = Typedef.type

    Definition Classes
    Typedef → Record

Abstract Value Members

  1. abstract def underlying: MutableTypedef

    Attributes
    protected
    Definition Classes
    MutableTypedefProxyTypedefProxy

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

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

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

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

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

    Definition Classes
    MutableTypedefProxyMutableTypedef
  12. def annotationsIsSet: Boolean

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

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

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

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

    Definition Classes
    TypedefProxyTypedef
  17. def annotationsUnset(): Unit

    Definition Classes
    MutableTypedefProxyMutableTypedef
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clear(): Unit

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

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

    Definition Classes
    TypedefProxyTypedef → Ordered
  22. def compareTo(that: Typedef): Int

    Definition Classes
    Ordered → Comparable
  23. def copy(typeId: String = typeIdOrNull, typeAlias: String = typeAliasOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Mutable

  24. def deepCopy(): Typedef

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

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

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

    Definition Classes
    TypedefProxy → 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
    TypedefProxy → TBase
  31. def hashCode(): Int

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

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

    Definition Classes
    TypedefProxy → TBase
  34. def merge(that: Typedef): Unit

    Definition Classes
    MutableTypedefProxyMutableTypedef
  35. def mergeCopy(that: Typedef): Typedef

    Definition Classes
    TypedefProxyTypedef
  36. def meta: Typedef.type

    Definition Classes
    TypedefProxy → 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
    TypedefProxyTypedef
  38. def mutableCopy(): Mutable

    Definition Classes
    TypedefProxyTypedef
  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
    TypedefProxy → TBase → UntypedRecord
  43. def setFieldValue(field: _Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  45. def toBuilder(): AllSpecified

    Definition Classes
    Typedef
  46. def toString(): String

    Definition Classes
    TypedefProxy → AnyRef → Any
  47. def typeAlias: String

    Definition Classes
    TypedefProxyTypedef
  48. def typeAliasIsSet: Boolean

    Definition Classes
    TypedefProxyTypedef
  49. def typeAliasOption: Option[String]

    Definition Classes
    TypedefProxyTypedef
  50. def typeAliasOrNull: String

    Definition Classes
    TypedefProxyTypedef
  51. def typeAliasOrThrow: String

    Definition Classes
    TypedefProxyTypedef
  52. def typeAliasUnset(): Unit

    Definition Classes
    MutableTypedefProxyMutableTypedef
  53. def typeAlias_=(x: String): Unit

    Definition Classes
    MutableTypedefProxyMutableTypedef
  54. def typeId: String

    Definition Classes
    TypedefProxyTypedef
  55. def typeIdIsSet: Boolean

    Definition Classes
    TypedefProxyTypedef
  56. def typeIdOption: Option[String]

    Definition Classes
    TypedefProxyTypedef
  57. def typeIdOrNull: String

    Definition Classes
    TypedefProxyTypedef
  58. def typeIdOrThrow: String

    Definition Classes
    TypedefProxyTypedef
  59. def typeIdUnset(): Unit

    Definition Classes
    MutableTypedefProxyMutableTypedef
  60. def typeId_=(x: String): Unit

    Definition Classes
    MutableTypedefProxyMutableTypedef
  61. final def wait(): Unit

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

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

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

    Definition Classes
    TypedefProxyTypedef → TBase → UntypedRecord

Inherited from TypedefProxy

Inherited from MutableTypedef

Inherited from Typedef

Inherited from TBase[Typedef, _Fields]

Inherited from Serializable

Inherited from Ordered[Typedef]

Inherited from Comparable[Typedef]

Inherited from Record[Typedef]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped