Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawSimpleContainerType

Related Doc: package descriptors

Permalink

final class RawSimpleContainerType extends JavaSimpleContainerTypeRaw[ListType, MapType, SetType, SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta] with MutableSimpleContainerType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawSimpleContainerType
  2. MutableSimpleContainerType
  3. SimpleContainerType
  4. TBase
  5. Serializable
  6. JavaSimpleContainerTypeRaw
  7. JavaSimpleContainerTypeMutable
  8. MutableRecord
  9. JavaSimpleContainerType
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawSimpleContainerType()

    Permalink

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SimpleContainerType → Ordered → Comparable
  13. def copy(listType: ListType = listTypeOrNull, setType: SetType = setTypeOrNull, mapType: MapType = mapTypeOrNull): RawSimpleContainerType

    Permalink
  14. def deepCopy(): RawSimpleContainerType

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

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

    Permalink
  17. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawSimpleContainerType → AnyRef → Any
  18. def fieldForId(id: Int): SimpleContainerType._Fields

    Permalink
    Definition Classes
    RawSimpleContainerType → TBase
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getFieldValue(field: SimpleContainerType._Fields): AnyRef

    Permalink
    Definition Classes
    RawSimpleContainerType → TBase
  22. def getSetFields: Seq[Any]

    Permalink
  23. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    RawSimpleContainerType → TBase
  26. def listTypeIsSet(): Boolean

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  27. def listTypeOption(): Option[ListType]

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  28. def listTypeOrNull(): ListType

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  29. def listTypeOrThrow(): ListType

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  30. def listTypeUnset(): Unit

    Permalink
  31. def listType_=(x: ListType): Unit

    Permalink
  32. def mapTypeIsSet(): Boolean

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  33. def mapTypeOption(): Option[MapType]

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  34. def mapTypeOrNull(): MapType

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  35. def mapTypeOrThrow(): MapType

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  36. def mapTypeUnset(): Unit

    Permalink
  37. def mapType_=(x: MapType): Unit

    Permalink
  38. def merge(that: SimpleContainerType): Unit

    Permalink
  39. def mergeCopy(that: SimpleContainerType): SimpleContainerType

    Permalink
  40. def meta: SimpleContainerTypeMeta

    Permalink
  41. def mutable: MutableSimpleContainerType

    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
    MutableSimpleContainerTypeSimpleContainerType
  42. def mutableCopy(): MutableSimpleContainerType

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

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

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

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

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

    Permalink
    Definition Classes
    RawSimpleContainerType → TBase
  48. def setTypeIsSet(): Boolean

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  49. def setTypeOption(): Option[SetType]

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  50. def setTypeOrNull(): SetType

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  51. def setTypeOrThrow(): SetType

    Permalink
    Definition Classes
    RawSimpleContainerType → JavaSimpleContainerType
  52. def setTypeUnset(): Unit

    Permalink
  53. def setType_=(x: SetType): Unit

    Permalink
  54. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    SimpleContainerType
  56. def toString(): String

    Permalink
    Definition Classes
    RawSimpleContainerType → AnyRef → Any
  57. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawSimpleContainerTypeSimpleContainerType → TBase → UntypedRecord

Inherited from SimpleContainerType

Inherited from Serializable

Inherited from JavaSimpleContainerTypeMutable[ListType, MapType, SetType, SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta]

Inherited from Record[SimpleContainerType]

Inherited from Ordered[SimpleContainerType]

Inherited from Comparable[SimpleContainerType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped