WriteCommand

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class DeleteMany(filter: Filter, options: DeleteOptions) extends WriteCommand[Nothing]
final case class DeleteOne(filter: Filter, options: DeleteOptions) extends WriteCommand[Nothing]
final case class InsertOne[T](document: T) extends WriteCommand[T]
final case class ReplaceOne[T](filter: Filter, replacement: T, options: ReplaceOptions) extends WriteCommand[T]
final case class UpdateMany(filter: Filter, update: Update, options: UpdateOptions) extends WriteCommand[Nothing]
final case class UpdateOne(filter: Filter, update: Update, options: UpdateOptions) extends WriteCommand[Nothing]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror