basis.form.OmniVariant

OmniNull

class OmniNull extends OmniValue with BaseNull with JsonNull with BsonNull

Source
OmniVariant.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OmniNull
  2. BsonNull
  3. JsonNull
  4. BaseNull
  5. OmniValue
  6. BsonValue
  7. JsonValue
  8. BaseValue
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OmniNull()

Value Members

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  6. def asBinaryForm: BinaryForm

    Definition Classes
    BaseValue
  7. def asBooleanForm: BooleanForm

    Definition Classes
    BaseValue
  8. def asDateForm: DateForm

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

    Definition Classes
    Any
  10. def asNullForm: NullForm

    Definition Classes
    BaseNullBaseValue
  11. def asNumberForm: NumberForm

    Definition Classes
    BaseValue
  12. def asObjectForm: ObjectForm

    Definition Classes
    BaseValue
  13. def asSeqForm: SeqForm

    Definition Classes
    BaseValue
  14. def asSetForm: SetForm

    Definition Classes
    BaseValue
  15. def asStringForm: StringForm

    Definition Classes
    BaseValue
  16. def asUndefinedForm: UndefinedForm

    Definition Classes
    BaseValue
  17. def bsonSize: Int

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

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

    Definition Classes
    BsonNullBsonValue
  18. def bsonType: Byte

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

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

    Definition Classes
    BsonNullBsonValue
  19. def cast[T](implicit T: Mold[T]): Maybe[T]

    Definition Classes
    BaseValue
  20. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. def isBinaryForm: Boolean

    Definition Classes
    BaseValue
  28. def isBooleanForm: Boolean

    Definition Classes
    BaseValue
  29. def isDateForm: Boolean

    Definition Classes
    BaseValue
  30. def isDefined: Boolean

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

    Definition Classes
    Any
  32. def isNullForm: Boolean

    Definition Classes
    BaseNullBaseValue
  33. def isNumberForm: Boolean

    Definition Classes
    BaseValue
  34. def isObjectForm: Boolean

    Definition Classes
    BaseValue
  35. def isSeqForm: Boolean

    Definition Classes
    BaseValue
  36. def isSetForm: Boolean

    Definition Classes
    BaseValue
  37. def isStringForm: Boolean

    Definition Classes
    BaseValue
  38. def isUndefinedForm: Boolean

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

    Definition Classes
    AnyRef
  43. def toBson: Loader

    Returns the serialized BSON representation of this form.

    Returns the serialized BSON representation of this form.

    Definition Classes
    BsonValue
  44. def toJson: String

    Definition Classes
    JsonNullJsonValue
  45. def toString(): String

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

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

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

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

    Writes the serialized BSON representation of this form to output.

    Writes the serialized BSON representation of this form to output.

    Definition Classes
    BsonNullBsonValue
  50. def writeJson(builder: StringBuilder): Unit

    Definition Classes
    JsonNullJsonValue

Inherited from OmniVariant.BsonNull

Inherited from OmniVariant.JsonNull

Inherited from OmniVariant.BaseNull

Inherited from OmniValue

Inherited from OmniVariant.BsonValue

Inherited from OmniVariant.JsonValue

Inherited from OmniVariant.BaseValue

Inherited from AnyRef

Inherited from Any

Ungrouped