Packages

object BSONArray extends Serializable

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

Value Members

  1. def apply(elements: Iterable[BSONValue]): BSONArray

    Creates a new BSONArray containing all the elements in the given Traversable.

  2. def apply(elements: Producer[BSONValue]*): BSONArray

    Creates a new BSONArray containing all the given elements.

  3. val empty: BSONArray

    An empty BSONArray.

  4. def pretty(array: BSONArray): String

    Returns a String representing the given BSONArray.