reactivemongo.api.collections

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
trait GenericCollection[P <: SerializationPack] extends Collection with InsertOps[P] with UpdateOps[P] with DeleteOps[P] with FindAndModifyOps[P] with ChangeStreamOps[P] with AggregationOps[P] with QueryBuilderFactory[P]

A Collection that provides default methods using a SerializationPack.

A Collection that provides default methods using a SerializationPack.

Some methods of this collection accept instances of Reader[T] and Writer[T], that transform any T instance into a document, compatible with the selected serialization pack, and vice-versa.

Attributes

P

the serialization pack

Graph
Supertypes
trait QueryBuilderFactory[P]
trait DeleteOps[P]
trait UpdateOps[P]
trait InsertOps[P]
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type