InsertBuilder

dappermongo.InsertBuilder
See theInsertBuilder companion object
trait InsertBuilder[-R]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def many[U : BSONDocumentWriter](us: List[U]): ZIO[R, Throwable, Result[InsertedMany]]
def one[U : BSONDocumentWriter](u: U): ZIO[R, Throwable, Result[InsertedOne]]