Object/Trait

quasar.physical.mongodb

Bson

Related Docs: trait Bson | package mongodb

Permalink

object Bson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Arr(value: List[Bson]) extends Bson with Product with Serializable

    Permalink
  2. final case class Binary(value: ImmutableArray[Byte]) extends Bson with Product with Serializable

    Permalink
  3. final case class Bool(value: Boolean) extends Bson with Product with Serializable

    Permalink
  4. final case class Date(value: Instant) extends Bson with Product with Serializable

    Permalink
  5. final case class Dec(value: Double) extends Bson with Product with Serializable

    Permalink
  6. final case class Doc(value: ListMap[String, Bson]) extends Bson with org.bson.conversions.Bson with Product with Serializable

    Permalink
  7. final case class Int32(value: Int) extends Bson with Product with Serializable

    Permalink
  8. final case class Int64(value: Long) extends Bson with Product with Serializable

    Permalink
  9. final case class JavaScript(value: Expr) extends Bson with Product with Serializable

    Permalink
  10. final case class JavaScriptScope(code: Expr, doc: ListMap[String, Bson]) extends Bson with Product with Serializable

    Permalink
  11. final case class ObjectId(value: ImmutableArray[Byte]) extends Bson with Product with Serializable

    Permalink
  12. final case class Regex(value: String, options: String) extends Bson with Product with Serializable

    Permalink
  13. final case class Symbol(value: String) extends Bson with Product with Serializable

    Permalink
  14. final case class Text(value: String) extends Bson with Product with Serializable

    Permalink
  15. final case class Timestamp extends Bson with Product with Serializable

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Binary extends Serializable

    Permalink
  5. object MaxKey extends Bson with Product with Serializable

    Permalink
  6. object MinKey extends Bson with Product with Serializable

    Permalink
  7. object Null extends Bson with Product with Serializable

    Permalink
  8. object ObjectId extends Serializable

    Permalink
  9. object Timestamp extends Serializable

    Permalink
  10. object Undefined extends Bson with Product with Serializable

    Permalink

    DEPRECATED in the spec, but the 3.0 Mongo driver returns it to us.

  11. val _dec: Prism[Bson, Double]

    Permalink
  12. val _int32: Prism[Bson, Int]

    Permalink
  13. val _text: Prism[Bson, String]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val fromRepr: (BsonValue) ⇒ Bson

    Permalink
  20. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped