LowPrio

trait LowPrio
class Object
trait Matchable
class Any

Type members

Classlikes

Transforms immutable.Document to BsonDocument

Transforms immutable.Document to BsonDocument

Transforms mutable.Document to BsonDocument

Transforms mutable.Document to BsonDocument

Implicits

Implicits

implicit def transformKeyValuePairs[T](implicit transformer: BsonTransformer[T]): BsonTransformer[Seq[(String, T)]]

Transforms Seq[(String, T)] to BsonDocument

Transforms Seq[(String, T)] to BsonDocument

Type parameters:
T

the type of the values

Value parameters:
transformer

implicit transformer for type T

Returns:

a BsonDocument containing the values

implicit def transformSeq[T](implicit transformer: BsonTransformer[T]): BsonTransformer[Seq[T]]

Transforms Seq[T] to BsonArray

Transforms Seq[T] to BsonArray

Type parameters:
T

the type of the values

Value parameters:
transformer

implicit transformer for type T

Returns:

a BsonArray containing all the values