Packages

c

reactivemongo.bson.Producer

OptionValueProducer

case class OptionValueProducer(element: Option[BSONValue]) extends Producer[BSONValue] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionValueProducer
  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 OptionValueProducer(element: Option[BSONValue])

Value Members

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