Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawSetType

Related Doc: package descriptors

Permalink

final class RawSetType extends JavaSetTypeRaw[SetType, RawSetType, SetTypeMeta] with MutableSetType

Linear Supertypes
MutableSetType, SetType, TBase[SetType, SetType._Fields], Serializable, JavaSetTypeRaw[SetType, RawSetType, SetTypeMeta], JavaSetTypeMutable[SetType, RawSetType, SetTypeMeta], MutableRecord[SetType], JavaSetType[SetType, RawSetType, SetTypeMeta], Record[SetType], Ordered[SetType], Comparable[SetType], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawSetType
  2. MutableSetType
  3. SetType
  4. TBase
  5. Serializable
  6. JavaSetTypeRaw
  7. JavaSetTypeMutable
  8. MutableRecord
  9. JavaSetType
  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 RawSetType()

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SetType → Ordered → Comparable
  13. def copy(elementTypeId: String = elementTypeIdOrNull): RawSetType

    Permalink
    Definition Classes
    RawSetTypeMutableSetTypeSetType
  14. def deepCopy(): RawSetType

    Permalink
    Definition Classes
    RawSetTypeSetType → TBase
  15. def elementTypeId(): String

    Permalink
    Definition Classes
    RawSetType → JavaSetType
  16. def elementTypeIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawSetType → JavaSetType
  17. def elementTypeIdOption(): Option[String]

    Permalink
    Definition Classes
    RawSetType → JavaSetType
  18. def elementTypeIdOrNull(): String

    Permalink
    Definition Classes
    RawSetType → JavaSetType
  19. def elementTypeIdOrThrow(): String

    Permalink
    Definition Classes
    RawSetType → JavaSetType
  20. def elementTypeIdUnset(): Unit

    Permalink
    Definition Classes
    RawSetTypeMutableSetType
  21. def elementTypeId_=(x: String): Unit

    Permalink
    Definition Classes
    RawSetTypeMutableSetType
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: SetType): Boolean

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

    Permalink
    Definition Classes
    RawSetType → AnyRef → Any
  25. def fieldForId(id: Int): SetType._Fields

    Permalink
    Definition Classes
    RawSetType → TBase
  26. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getFieldValue(field: SetType._Fields): AnyRef

    Permalink
    Definition Classes
    RawSetType → TBase
  29. def getSetFields: Seq[Any]

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    RawSetType → AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isSet(field: SetType._Fields): Boolean

    Permalink
    Definition Classes
    RawSetType → TBase
  33. def merge(that: SetType): Unit

    Permalink
    Definition Classes
    RawSetTypeMutableSetTypeMutableRecord
  34. def mergeCopy(that: SetType): SetType

    Permalink
    Definition Classes
    RawSetTypeSetTypeRecord
  35. def meta: SetTypeMeta

    Permalink
    Definition Classes
    RawSetTypeSetTypeRecordUntypedRecord
  36. def mutable: MutableSetType

    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
    MutableSetTypeSetType
  37. def mutableCopy(): MutableSetType

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SetType
  45. def toString(): String

    Permalink
    Definition Classes
    RawSetType → AnyRef → Any
  46. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawSetTypeSetType → TBase → UntypedRecord

Inherited from MutableSetType

Inherited from SetType

Inherited from TBase[SetType, SetType._Fields]

Inherited from Serializable

Inherited from JavaSetTypeRaw[SetType, RawSetType, SetTypeMeta]

Inherited from JavaSetTypeMutable[SetType, RawSetType, SetTypeMeta]

Inherited from MutableRecord[SetType]

Inherited from JavaSetType[SetType, RawSetType, SetTypeMeta]

Inherited from Record[SetType]

Inherited from Ordered[SetType]

Inherited from Comparable[SetType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped