com.twitter.thrift.descriptors

SimpleTypeProxy

trait SimpleTypeProxy extends SimpleType

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

Type Members

  1. type MetaT = SimpleType.type

    Definition Classes
    SimpleType → Record

Abstract Value Members

  1. abstract def underlying: SimpleType

    Attributes
    protected

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 clear(): Unit

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

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

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

    Definition Classes
    Ordered → Comparable
  19. def containerTypeIsSet: Boolean

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

    Definition Classes
    SimpleTypeProxySimpleType
  21. def containerTypeOrNull: ContainerType

    Definition Classes
    SimpleTypeProxySimpleType
  22. def containerTypeOrThrow: ContainerType

    Definition Classes
    SimpleTypeProxySimpleType
  23. def copy(baseType: BaseType = baseTypeOrNull, containerType: ContainerType = containerTypeOrNull, typeref: Typeref = typerefOrNull): SimpleType

    Definition Classes
    SimpleTypeProxySimpleType
  24. def deepCopy(): SimpleType

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

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

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

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

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

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

    Definition Classes
    SimpleTypeProxy → TBase
  34. def mergeCopy(that: SimpleType): SimpleType

    Definition Classes
    SimpleTypeProxySimpleType
  35. def meta: SimpleType.type

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  44. def toBuilder(): AllSpecified

    Definition Classes
    SimpleType
  45. def toString(): String

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

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

    Definition Classes
    SimpleTypeProxySimpleType
  48. def typerefOrNull: Typeref

    Definition Classes
    SimpleTypeProxySimpleType
  49. def typerefOrThrow: Typeref

    Definition Classes
    SimpleTypeProxySimpleType
  50. final def wait(): Unit

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

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

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

    Definition Classes
    SimpleTypeProxySimpleType → TBase → UntypedRecord

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