object BsonValue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BsonValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class BArray(value: Iterable[BsonValue]) extends BsonValue with AsJava with Product with Serializable
- final case class BBinary(value: Array[Byte]) extends BsonValue with Product with Serializable
- final case class BBoolean(value: Boolean) extends BsonValue with Product with Serializable
- final case class BDateTime(value: Instant) extends BsonValue with Product with Serializable
- final case class BDecimal(value: BigDecimal) extends BsonValue with Product with Serializable
- final case class BDocument(value: Document) extends BsonValue with Product with Serializable
- final case class BDouble(value: Double) extends BsonValue with Product with Serializable
- final case class BInt32(value: Int) extends BsonValue with Product with Serializable
- final case class BInt64(value: Long) extends BsonValue with Product with Serializable
- final case class BObjectId(value: ObjectId) extends BsonValue with Product with Serializable
- final case class BRegex(value: Regex) extends BsonValue with Product with Serializable
- final case class BString(value: String) extends BsonValue with Product with Serializable
- final case class BTimestamp(seconds: Long, inc: Int) extends BsonValue with Product with Serializable
- final case class BUuid(value: UUID) extends BsonValue with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val False: BsonValue
- val MaxKey: BsonValue
- val MinKey: BsonValue
- val Null: BsonValue
- val True: BsonValue
- val Undefined: BsonValue
- def array[A](value: Iterable[A])(implicit e: BsonValueEncoder[A]): BsonValue
- def array(value: Iterable[BsonValue]): BsonValue
- def array(values: BsonValue*): BsonValue
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecimal(value: BigDecimal): BsonValue
- def bigInt(value: BigInt): BsonValue
- def binary(value: Array[Byte]): BsonValue
- def boolean(value: Boolean): BsonValue
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def document(keyValues: (String, BsonValue)*): BsonValue
- def document(value: Document): BsonValue
- def double(value: Double): BsonValue
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def instant(value: Instant): BsonValue
- def int(value: Int): BsonValue
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def long(value: Long): BsonValue
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def objectId(value: ObjectId): BsonValue
- def regex(value: Regex): BsonValue
- def string(value: String): BsonValue
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestamp(seconds: Long, inc: Int = 1): BsonValue
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uuid(value: UUID): BsonValue
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object BMaxKey extends BsonValue with Product with Serializable
- case object BMinKey extends BsonValue with Product with Serializable
- case object BNull extends BsonValue with Product with Serializable
- case object BUndefined extends BsonValue with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)