mongo4cats.models.collection.WriteCommand$
See theWriteCommand companion trait
object WriteCommand
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- WriteCommand.type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait WriteCommand[Nothing]class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait WriteCommand[Nothing]class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait WriteCommand[T]class Objecttrait Matchableclass Any
final case class ReplaceOne[T](filter: Filter, replacement: T, options: ReplaceOptions) extends WriteCommand[T]
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait WriteCommand[T]class Objecttrait Matchableclass Any
final case class UpdateMany(filter: Filter, update: Update, options: UpdateOptions) extends WriteCommand[Nothing]
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait WriteCommand[Nothing]class Objecttrait Matchableclass Any
final case class UpdateOne(filter: Filter, update: Update, options: UpdateOptions) extends WriteCommand[Nothing]
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait WriteCommand[Nothing]class Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror