Packages

object BSONValue

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

Type Members

  1. implicit final class ExtendedBSONValue[B <: BSONValue] extends AnyVal

Value Members

  1. final def narrow[T <: BSONValue](v: BSONValue)(implicit tag: ClassTag[T]): Option[T]
  2. object Addition extends (BSONValue, BSONValue) => BSONArray

    An addition operation for BSONValue, so that it forms an additive semigroup with the BSON value kind.