Packages

case class BSONElement(name: String, value: BSONValue) extends ElementProducer with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONElement
  2. Serializable
  3. Product
  4. Equals
  5. ElementProducer
  6. Producer
  7. AnyRef
  8. Any
Implicitly
  1. by valueProducer
  2. by element2Producer
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BSONElement(name: String, value: BSONValue)

Value Members

  1. def generate(): Iterable[BSONElement]
    Definition Classes
    BSONElementProducer
  2. val name: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val value: BSONValue