basis.form.OmniVariant

OmniBoolean

class OmniBoolean extends OmniValue with BaseBoolean with JsonBoolean with BsonBoolean

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

Instance Constructors

  1. new OmniBoolean(toBoolean: Boolean)

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
    BaseBooleanBaseValue
  8. def asDateForm: DateForm

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

    Definition Classes
    Any
  10. def asNullForm: NullForm

    Definition Classes
    BaseValue
  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
    BsonBooleanBsonValue
  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
    BsonBooleanBsonValue
  19. def canEqual(other: Any): Boolean

    Definition Classes
    BaseBoolean → Equals
  20. def cast[T](implicit T: Mold[T]): Maybe[T]

    Definition Classes
    BaseValue
  21. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean

    Definition Classes
    BaseBoolean → Equals → AnyRef → Any
  25. def finalize(): Unit

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

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

    Definition Classes
    BaseBoolean → AnyRef → Any
  28. def isBinaryForm: Boolean

    Definition Classes
    BaseValue
  29. def isBooleanForm: Boolean

    Definition Classes
    BaseBooleanBaseValue
  30. def isDateForm: Boolean

    Definition Classes
    BaseValue
  31. def isDefined: Boolean

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

    Definition Classes
    Any
  33. def isNullForm: Boolean

    Definition Classes
    BaseValue
  34. def isNumberForm: Boolean

    Definition Classes
    BaseValue
  35. def isObjectForm: Boolean

    Definition Classes
    BaseValue
  36. def isSeqForm: Boolean

    Definition Classes
    BaseValue
  37. def isSetForm: Boolean

    Definition Classes
    BaseValue
  38. def isStringForm: Boolean

    Definition Classes
    BaseValue
  39. def isUndefinedForm: Boolean

    Definition Classes
    BaseValue
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. val toBoolean: Boolean

    Definition Classes
    OmniBooleanBaseBoolean
  45. def toBson: Loader

    Returns the serialized BSON representation of this form.

    Returns the serialized BSON representation of this form.

    Definition Classes
    BsonValue
  46. def toJson: String

    Definition Classes
    JsonBooleanJsonValue
  47. def toString(): String

    Definition Classes
    BaseBoolean → AnyRef → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. 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
    BsonBooleanBsonValue
  52. def writeJson(builder: StringBuilder): Unit

    Definition Classes
    JsonBooleanJsonValue

Inherited from OmniVariant.BsonBoolean

Inherited from OmniVariant.JsonBoolean

Inherited from OmniVariant.BaseBoolean

Inherited from Equals

Inherited from OmniValue

Inherited from OmniVariant.BsonValue

Inherited from OmniVariant.JsonValue

Inherited from OmniVariant.BaseValue

Inherited from AnyRef

Inherited from Any

Ungrouped