Packages

object BsonField

A representation of a BSON document field whose value is another BSON document.

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

Value Members

  1. def apply(name: String, value: Bson): BsonField

    Construct a new instance.

    Construct a new instance.

    name

    the name of the field

    value

    the value for the field

    returns

    a new BsonField instance