DeleteOps

reactivemongo.api.collections.DeleteOps

Attributes

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

Members list

Concise view

Type members

Classlikes

sealed trait DeleteBuilder

Builder for delete operations.

Builder for delete operations.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

final class DeleteElement

Delete command element

Delete command element

Attributes

Inherited from:
DeleteCommand (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any

The result of a bulk write operation.

The result of a bulk write operation.

Attributes

Inherited from:
MultiBulkWriteResultFactory
Graph
Supertypes
class Object
trait Matchable
class Any
final class Upserted

An upserted element

An upserted element

Attributes

Inherited from:
UpsertedFactory
Graph
Supertypes
class Object
trait Matchable
class Any
object Upserted

Attributes

Inherited from:
UpsertedFactory
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

final type DeleteResult = DefaultWriteResult

Result for a delete command

Result for a delete command

Attributes

Inherited from:
DeleteCommand (hidden)

Value members

Inherited methods

final protected def deleteWriter(session: Option[Session]): Writer[DeleteCmd]

Attributes

Inherited from:
DeleteCommand (hidden)

Implicits

Inherited implicits

final implicit lazy protected val resultReader: <none>[DefaultWriteResult]

Attributes

Inherited from:
CommandCodecsWithPack (hidden)