Merge

reactivemongo.api.commands.AggregationFramework.Merge$
See theMerge companion class
object Merge

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Merge.type

Members list

Concise view

Type members

Classlikes

final class Into(val db: Option[String], val collection: String)

Attributes

collection

the target collection

db

the target database (default to the current one if None)

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(intoCollection: String, on: Seq[String], whenMatched: Option[String], let: Option[Document], whenNotMatched: Option[String]): Merge

Defines a $merge stage in the same database.

Defines a $merge stage in the same database.

Attributes

def apply(intoDb: String, intoCollection: String, on: Seq[String], whenMatched: Option[String], let: Option[Document], whenNotMatched: Option[String]): Merge