UpdateBuilder

dappermongo.UpdateBuilder
See theUpdateBuilder companion object
trait UpdateBuilder[-R]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def many[Q : BSONDocumentWriter, U : BSONDocumentWriter](q: Q, updates: Chunk[U]): ZIO[R, Throwable, Result[Updated]]
def one[Q : BSONDocumentWriter, U : BSONDocumentWriter](q: Q, u: U): ZIO[R, Throwable, Result[Updated]]