Trait

basis.form.BsonVariant

BsonNo

Related Doc: package BsonVariant

Permalink

trait BsonNo extends BsonValue with BaseNo

Self Type
NoForm
Source
BsonVariant.scala
Linear Supertypes
Known Subclasses
NoForm, NoForm, NoForm
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BsonNo
  2. BaseNo
  3. BsonValue
  4. BaseValue
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(index: Int): AnyForm

    Permalink
    Definition Classes
    BaseValue
  4. def /(key: String): AnyForm

    Permalink
    Definition Classes
    BaseValue
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def asBoolForm: BoolForm

    Permalink
    Definition Classes
    BaseValue
  7. def asDataForm: DataForm

    Permalink
    Definition Classes
    BaseValue
  8. def asDateForm: DateForm

    Permalink
    Definition Classes
    BaseValue
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asNullForm: NullForm

    Permalink
    Definition Classes
    BaseValue
  11. def asNumberForm: NumberForm

    Permalink
    Definition Classes
    BaseValue
  12. def asObjectForm: ObjectForm

    Permalink
    Definition Classes
    BaseValue
  13. def asSeqForm: SeqForm

    Permalink
    Definition Classes
    BaseValue
  14. def asSetForm: SetForm

    Permalink
    Definition Classes
    BaseValue
  15. def asTextForm: TextForm

    Permalink
    Definition Classes
    BaseValue
  16. def bsonSize: Int

    Permalink

    Returns the size in bytes of this form's BSON representation.

    Returns the size in bytes of this form's BSON representation.

    Definition Classes
    BsonNoBsonValue
  17. def bsonType: Byte

    Permalink

    Returns the type code of this form's BSON representation.

    Returns the type code of this form's BSON representation.

    Definition Classes
    BsonNoBsonValue
  18. def cast[T](implicit T: Mold[T]): Maybe[T]

    Permalink
    Definition Classes
    BaseValue
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def coerce[T](implicit T: Mold[T]): T

    Permalink
    Definition Classes
    BaseValue
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def in(domain: Variant): Variant.NoForm

    Permalink
    Definition Classes
    BaseNoBaseValue
  27. def isBoolForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  28. def isDataForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  29. def isDateForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  30. def isDefined: Boolean

    Permalink
    Definition Classes
    BaseNoBaseValue
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isNullForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  33. def isNumberForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  34. def isObjectForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  35. def isSeqForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  36. def isSetForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  37. def isTextForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  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. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toBson: Loader

    Permalink

    Returns the serialized BSON representation of this form.

    Returns the serialized BSON representation of this form.

    Definition Classes
    BsonValue
  43. def toString(): String

    Permalink
    Definition Classes
    BaseNo → AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def writeBson(output: Writer): Unit

    Permalink

    Writes the serialized BSON representation of this form to output.

    Writes the serialized BSON representation of this form to output.

    Definition Classes
    BsonNoBsonValue

Inherited from BsonVariant.BaseNo

Inherited from BsonValue

Inherited from BsonVariant.BaseValue

Inherited from AnyRef

Inherited from Any

Ungrouped