com.foursquare.spindle.test.gen

RawBSONObjectFields

final class RawBSONObjectFields extends JavaBSONObjectFieldsRaw[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta] with MutableBSONObjectFields

Linear Supertypes
MutableBSONObjectFields, BSONObjectFields, TBase[BSONObjectFields, BSONObjectFields._Fields], Serializable, JavaBSONObjectFieldsRaw[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta], JavaBSONObjectFieldsMutable[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta], MutableRecord[BSONObjectFields], JavaBSONObjectFields[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta], Record[BSONObjectFields], Ordered[BSONObjectFields], Comparable[BSONObjectFields], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawBSONObjectFields
  2. MutableBSONObjectFields
  3. BSONObjectFields
  4. TBase
  5. Serializable
  6. JavaBSONObjectFieldsRaw
  7. JavaBSONObjectFieldsMutable
  8. MutableRecord
  9. JavaBSONObjectFields
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawBSONObjectFields()

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

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

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

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

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

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

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

    Definition Classes
    Any
  11. def bsoIsSet(): Boolean

    Definition Classes
    RawBSONObjectFields → JavaBSONObjectFields
  12. def bsoOption(): Option[BSONObject]

    Definition Classes
    RawBSONObjectFields → JavaBSONObjectFields
  13. def bsoOrNull(): BSONObject

    Definition Classes
    RawBSONObjectFields → JavaBSONObjectFields
  14. def bsoOrThrow(): BSONObject

    Definition Classes
    RawBSONObjectFields → JavaBSONObjectFields
  15. def bsoUnset(): Unit

  16. def bso_=(x: BSONObject): Unit

  17. def clear(): Unit

    Definition Classes
    RawBSONObjectFields → TBase
  18. def clone(): AnyRef

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

    Definition Classes
    BSONObjectFields → Ordered
  20. def compareTo(that: BSONObjectFields): Int

    Definition Classes
    BSONObjectFields → Ordered → Comparable
  21. def copy(bso: BSONObject = bsoOrNull): RawBSONObjectFields

  22. def deepCopy(): RawBSONObjectFields

    Definition Classes
    RawBSONObjectFieldsBSONObjectFields → TBase
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(that: BSONObjectFields): Boolean

  25. def equals(that: Any): Boolean

    Definition Classes
    RawBSONObjectFields → AnyRef → Any
  26. def fieldForId(id: Int): BSONObjectFields._Fields

    Definition Classes
    RawBSONObjectFields → TBase
  27. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  29. def getFieldValue(field: BSONObjectFields._Fields): AnyRef

    Definition Classes
    RawBSONObjectFields → TBase
  30. def getSetFields: Seq[Any]

  31. def hashCode(): Int

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

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

    Definition Classes
    RawBSONObjectFields → TBase
  34. def merge(that: BSONObjectFields): Unit

    Definition Classes
    RawBSONObjectFieldsMutableBSONObjectFields → MutableRecord
  35. def mergeCopy(that: BSONObjectFields): BSONObjectFields

    Definition Classes
    RawBSONObjectFieldsBSONObjectFields → Record
  36. def meta: BSONObjectFieldsMeta

    Definition Classes
    RawBSONObjectFieldsBSONObjectFields → Record → UntypedRecord
  37. def mutable: MutableBSONObjectFields

    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
    MutableBSONObjectFieldsBSONObjectFields
  38. def mutableCopy(): MutableBSONObjectFields

    Definition Classes
    BSONObjectFields
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    RawBSONObjectFields → TBase → UntypedRecord
  43. def setFieldValue(field: BSONObjectFields._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  45. def toBuilder(): AllSpecified

    Definition Classes
    BSONObjectFields
  46. def toString(): String

    Definition Classes
    RawBSONObjectFields → AnyRef → Any
  47. final def wait(): Unit

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

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

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

    Definition Classes
    RawBSONObjectFieldsBSONObjectFields → TBase → UntypedRecord

Inherited from MutableBSONObjectFields

Inherited from BSONObjectFields

Inherited from TBase[BSONObjectFields, BSONObjectFields._Fields]

Inherited from Serializable

Inherited from JavaBSONObjectFieldsRaw[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta]

Inherited from JavaBSONObjectFieldsMutable[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta]

Inherited from MutableRecord[BSONObjectFields]

Inherited from JavaBSONObjectFields[BSONObjectFields, RawBSONObjectFields, BSONObjectFieldsMeta]

Inherited from Record[BSONObjectFields]

Inherited from Ordered[BSONObjectFields]

Inherited from Comparable[BSONObjectFields]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped