reactivemongo.api.collections
package reactivemongo.api.collections
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait GenericCollection[P]
- Self type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait GenericCollection[P]
- Self type
trait DeleteOps[P <: SerializationPack] extends MultiBulkWriteResultFactory[P] with UpsertedFactory[P]
Attributes
- Graph
- Supertypes
- Known subtypes
- trait GenericCollection[P]
- Self type
Attributes
- Graph
- Supertypes
- Known subtypes
- trait GenericCollection[P]
- 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 AggregationOps[P]trait ChangeStreamOps[P]trait FindAndModifyOps[P]trait FindAndModifyCommand[P]trait DeleteOps[P]trait UpdateOps[P]trait InsertOps[P]trait UpsertedFactory[P]trait MultiBulkWriteResultFactory[P]trait Collectionclass Objecttrait Matchableclass Any
- Self type
trait GenericCollectionProducer[P <: SerializationPack, +C <: GenericCollection[P]] extends CollectionProducer[C]
Attributes
- Graph
- Supertypes
- Known subtypes
- object BSONCollectionProducer.type
trait InsertOps[P <: SerializationPack] extends MultiBulkWriteResultFactory[P] with UpsertedFactory[P]
Attributes
- Graph
- Supertypes
- Known subtypes
- trait GenericCollection[P]
- Self type
trait UpdateOps[P <: SerializationPack] extends MultiBulkWriteResultFactory[P] with UpsertedFactory[P]
Attributes
- Graph
- Supertypes
- Known subtypes
- trait GenericCollection[P]
- Self type