Package

org.mongodb.scala.bson

collection

Permalink

package collection

The collection package.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Document = collection.immutable.Document

    Permalink

    An immutable Document implementation.

    An immutable Document implementation.

    A strictly typed Map[String, BsonValue] like structure that traverses the elements in insertion order. Unlike native scala maps there is no variance in the value type and it always has to be a BsonValue.

Value Members

  1. val Document: collection.immutable.Document.type

    Permalink

    An immutable Document implementation.

    An immutable Document implementation.

    A strictly typed Map[String, BsonValue] like structure that traverses the elements in insertion order. Unlike native scala maps there is no variance in the value type and it always has to be a BsonValue.

  2. package immutable

    Permalink
  3. package mutable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped