WriteCommand

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

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WriteCommand[T]
class Object
trait Matchable
class Any
Show all
final case class PipelinedUpdateMany(filter: Filter, update: Seq[Bson], options: UpdateOptions) extends WriteCommand[Nothing]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AsJavaConverters
trait WriteCommand[Nothing]
class Object
trait Matchable
class Any
Show all
final case class PipelinedUpdateOne(filter: Filter, update: Seq[Bson], options: UpdateOptions) extends WriteCommand[Nothing]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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