Packages

object Bson extends Serializable

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

Type Members

  1. final case class Arr(value: slamdata.Predef.List[Bson]) extends Bson with Product with Serializable
  2. final case class Binary(value: ImmutableArray[slamdata.Predef.Byte]) extends Bson with Product with Serializable
  3. final case class Bool(value: slamdata.Predef.Boolean) extends Bson with Product with Serializable
  4. final case class Date(millis: slamdata.Predef.Long) extends Bson with Product with Serializable

    NB: Can’t use Instant, because it encodes values outside the range of Bson DateTimes.

  5. final case class Dec(value: slamdata.Predef.Double) extends Bson with Product with Serializable
  6. final case class Dec128(value: slamdata.Predef.BigDecimal) extends Bson with Product with Serializable
  7. final case class Doc(value: slamdata.Predef.ListMap[slamdata.Predef.String, Bson]) extends Bson with org.bson.conversions.Bson with Product with Serializable
  8. final case class Int32(value: slamdata.Predef.Int) extends Bson with Product with Serializable
  9. final case class Int64(value: slamdata.Predef.Long) extends Bson with Product with Serializable
  10. final case class JavaScript(value: Expr) extends Bson with Product with Serializable
  11. final case class JavaScriptScope(code: Expr, doc: slamdata.Predef.ListMap[slamdata.Predef.String, Bson]) extends Bson with Product with Serializable
  12. final case class ObjectId(value: ImmutableArray[slamdata.Predef.Byte]) extends Bson with Product with Serializable
  13. final case class Regex(value: slamdata.Predef.String, options: slamdata.Predef.String) extends Bson with Product with Serializable
  14. final case class Symbol(value: slamdata.Predef.String) extends Bson with Product with Serializable
  15. final case class Text(value: slamdata.Predef.String) extends Bson with Product with Serializable
  16. final case class Timestamp extends Bson with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _dec: Prism[Bson, slamdata.Predef.Double]
  5. val _dec128: Prism[Bson, slamdata.Predef.BigDecimal]
  6. val _doc: Prism[Bson, slamdata.Predef.ListMap[slamdata.Predef.String, Bson]]
  7. val _int32: Prism[Bson, slamdata.Predef.Int]
  8. val _text: Prism[Bson, slamdata.Predef.String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. implicit val equal: Equal[Bson]
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val fromRepr: (BsonValue) ⇒ Bson
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. implicit val show: Show[Bson]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. object Arr extends Serializable
  29. object Binary extends Serializable
  30. object Date extends Serializable
  31. object Doc extends Serializable
  32. object MaxKey extends Bson with Product with Serializable
  33. object MinKey extends Bson with Product with Serializable
  34. object Null extends Bson with Product with Serializable
  35. object ObjectId extends Serializable
  36. object Undefined extends Bson with Product with Serializable

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped