BsonArray

object BsonArray

Companion helper for a BsonArray

class Object
trait Matchable
class Any

Value members

Concrete methods

Create an empty BsonArray

Create an empty BsonArray

Returns:

the BsonArray

def apply(elems: CanBeBsonValue*): BsonArray

Creates a BsonArray from the provided values

Creates a BsonArray from the provided values

Value parameters:
elems

the values that can be transformed into a BsonValue

Returns:

the BsonArray

def fromIterable(elems: Iterable[BsonValue]): BsonArray

Create a BsonArray from the provided values

Create a BsonArray from the provided values

Value parameters:
elems

the BsonValues to become the BsonArray

Returns:

the BsonArray

Deprecated methods

def apply(elems: Iterable[BsonValue]): BsonArray

Create a BsonArray from the provided values

Create a BsonArray from the provided values

Value parameters:
elems

the BsonValues to become the BsonArray

Returns:

the BsonArray

Deprecated