WriteCommand

mongo4cats.models.collection.WriteCommand$
See theWriteCommand companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class DeleteMany(filter: Filter, options: DeleteOptions) extends WriteCommand[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[Nothing]
class Object
trait Matchable
class Any
final case class DeleteOne(filter: Filter, options: DeleteOptions) extends WriteCommand[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[Nothing]
class Object
trait Matchable
class Any
final case class InsertOne[T](document: T) extends WriteCommand[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[T]
class Object
trait Matchable
class Any
final case class ReplaceOne[T](filter: Filter, replacement: T, options: ReplaceOptions) extends WriteCommand[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[T]
class Object
trait Matchable
class Any
final case class UpdateMany(filter: Filter, update: Update, options: UpdateOptions) extends WriteCommand[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[Nothing]
class Object
trait Matchable
class Any
final case class UpdateOne(filter: Filter, update: Update, options: UpdateOptions) extends WriteCommand[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[Nothing]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror