Packages

sealed trait BSONValue extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONValue
  2. AnyRef
  3. Any
Implicitly
  1. by ExtendedBSONValue
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val code: Byte

    The code indicating the BSON type for this value

Concrete Value Members

  1. def as[T](implicit reader: BSONReader[BSONValue, T]): T
    Implicit
    This member is added by an implicit conversion from BSONValue toExtendedBSONValue[BSONValue] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  2. def asOpt[T](implicit reader: BSONReader[BSONValue, T]): Option[T]
    Implicit
    This member is added by an implicit conversion from BSONValue toExtendedBSONValue[BSONValue] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  3. def asTry[T](implicit reader: BSONReader[BSONValue, T]): Try[T]
    Implicit
    This member is added by an implicit conversion from BSONValue toExtendedBSONValue[BSONValue] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  4. val bson: BSONValue
    Implicit
    This member is added by an implicit conversion from BSONValue toExtendedBSONValue[BSONValue] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  5. def seeAsOpt[T](implicit reader: BSONReader[_ <: BSONValue, T]): Option[T]
    Implicit
    This member is added by an implicit conversion from BSONValue toExtendedBSONValue[BSONValue] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  6. def seeAsTry[T](implicit reader: BSONReader[_ <: BSONValue, T]): Try[T]
    Implicit
    This member is added by an implicit conversion from BSONValue toExtendedBSONValue[BSONValue] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue