Packages

c

org.mongodb.scala.bson

RichBsonElement

implicit final class RichBsonElement extends AnyVal

Implicit value class for a BsonElement allowing easy access to the key/value pair

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichBsonElement
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichBsonElement(self: BsonElement)

    self

    the bsonElement

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def key: String
  3. val self: BsonElement
  4. def value: BsonValue