ReplaceOne

io.github.zeal18.zio.mongodb.driver.model.bulk.BulkWrite$.ReplaceOne
final case class ReplaceOne[A](filter: Filter, replacement: A, options: ReplaceOptions) extends BulkWrite[A]

A model describing the replacement of at most one document that matches the query filter.

Attributes

<T>

the type of document to replace. This can be of any type for which a Codec is registered

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BulkWrite[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product