Packages

c

reactivemongo.bson.Producer

NameOptionValueProducer

case class NameOptionValueProducer(element: (String, Option[BSONValue])) extends Producer[BSONElement] with Product with Serializable

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

Instance Constructors

  1. new NameOptionValueProducer(element: (String, Option[BSONValue]))

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product