com.twitter.thrift.descriptors

ConstProxy

trait ConstProxy extends Const

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

Abstract Value Members

  1. abstract def underlying: Const

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

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

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

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

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

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

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

    Definition Classes
    Any
  11. def clear(): Unit

    Definition Classes
    ConstProxy → TBase
  12. def clone(): AnyRef

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

    Definition Classes
    ConstProxyConst → Ordered
  14. def compareTo(that: Const): Int

    Definition Classes
    Const → Ordered → Comparable
  15. def copy(typeId: String = typeIdOrNull, name: String = nameOrNull, value: String = valueOrNull): Const

    Definition Classes
    ConstProxyConst
  16. def deepCopy(): Const

    Definition Classes
    ConstProxyConst → TBase
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    ConstProxy → AnyRef → Any
  19. def fieldForId(id: Int): Const._Fields

    Definition Classes
    ConstProxy → TBase
  20. def finalize(): Unit

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

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

    Definition Classes
    ConstProxy → TBase
  23. def hashCode(): Int

    Definition Classes
    ConstProxy → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    ConstProxy → TBase
  26. def mergeCopy(that: Const): Const

    Definition Classes
    ConstProxyConst → Record
  27. def meta: ConstMeta

    Definition Classes
    ConstProxyConst → Record → UntypedRecord
  28. def mutable: MutableConst

    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
    ConstProxyConst
  29. def mutableCopy(): MutableConst

    Definition Classes
    ConstProxyConst
  30. def name(): String

    Definition Classes
    ConstProxy → JavaConst
  31. def nameIsSet(): Boolean

    Definition Classes
    ConstProxy → JavaConst
  32. def nameOption(): Option[String]

    Definition Classes
    ConstProxy → JavaConst
  33. def nameOrNull(): String

    Definition Classes
    ConstProxy → JavaConst
  34. def nameOrThrow(): String

    Definition Classes
    ConstProxy → JavaConst
  35. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    ConstProxy → TBase → UntypedRecord
  39. def setFieldValue(field: Const._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  41. def toBuilder(): AllSpecified

    Definition Classes
    Const
  42. def toString(): String

    Definition Classes
    ConstProxy → AnyRef → Any
  43. def typeId(): String

    Definition Classes
    ConstProxy → JavaConst
  44. def typeIdIsSet(): Boolean

    Definition Classes
    ConstProxy → JavaConst
  45. def typeIdOption(): Option[String]

    Definition Classes
    ConstProxy → JavaConst
  46. def typeIdOrNull(): String

    Definition Classes
    ConstProxy → JavaConst
  47. def typeIdOrThrow(): String

    Definition Classes
    ConstProxy → JavaConst
  48. def value(): String

    Definition Classes
    ConstProxy → JavaConst
  49. def valueIsSet(): Boolean

    Definition Classes
    ConstProxy → JavaConst
  50. def valueOption(): Option[String]

    Definition Classes
    ConstProxy → JavaConst
  51. def valueOrNull(): String

    Definition Classes
    ConstProxy → JavaConst
  52. def valueOrThrow(): String

    Definition Classes
    ConstProxy → JavaConst
  53. final def wait(): Unit

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

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

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

    Definition Classes
    ConstProxyConst → TBase → UntypedRecord

Inherited from Const

Inherited from TBase[Const, Const._Fields]

Inherited from Serializable

Inherited from JavaConst[Const, RawConst, ConstMeta]

Inherited from Record[Const]

Inherited from Ordered[Const]

Inherited from Comparable[Const]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped