Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

MutableConstProxy

Related Doc: package descriptors

Permalink

trait MutableConstProxy extends MutableConst with ConstProxy

Linear Supertypes
ConstProxy, MutableConst, JavaConstMutable[Const, RawConst, ConstMeta], MutableRecord[Const], Const, TBase[Const, Const._Fields], Serializable, JavaConst[Const, RawConst, ConstMeta], Record[Const], Ordered[Const], Comparable[Const], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableConstProxy
  2. ConstProxy
  3. MutableConst
  4. JavaConstMutable
  5. MutableRecord
  6. Const
  7. TBase
  8. Serializable
  9. JavaConst
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: MutableConst

    Permalink
    Attributes
    protected
    Definition Classes
    MutableConstProxyConstProxy

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Const): Boolean

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

    Permalink
    Definition Classes
    Const → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Const): Boolean

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

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

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

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

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

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

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

    Permalink
    Definition Classes
    MutableConstProxyConstProxyMutableConstConst
  14. def deepCopy(): Const

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ConstProxy → TBase
  24. def merge(that: Const): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConstMutableRecord
  25. def mergeCopy(that: Const): Const

    Permalink
    Definition Classes
    ConstProxyConstRecord
  26. def meta: ConstMeta

    Permalink
    Definition Classes
    ConstProxyConstRecordUntypedRecord
  27. def mutable: MutableConst

    Permalink

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

    Permalink
    Definition Classes
    ConstProxyConst
  29. def name(): String

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

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

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

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

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  34. def nameUnset(): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConst
  35. def name_=(x: String): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConst
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    Const
  43. def toString(): String

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

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

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

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

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

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  49. def typeIdUnset(): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConst
  50. def typeId_=(x: String): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConst
  51. def value(): String

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

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

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

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

    Permalink
    Definition Classes
    ConstProxy → JavaConst
  56. def valueUnset(): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConst
  57. def value_=(x: String): Unit

    Permalink
    Definition Classes
    MutableConstProxyMutableConst
  58. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ConstProxyConst → TBase → UntypedRecord

Inherited from ConstProxy

Inherited from MutableConst

Inherited from JavaConstMutable[Const, RawConst, ConstMeta]

Inherited from MutableRecord[Const]

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