Packages

final class DocumentUpdate extends AnyRef

Source
DocumentUpdate.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentUpdate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val filter: Bson
  2. def toString(): String
    Definition Classes
    DocumentUpdate → AnyRef → Any
  3. val update: Bson
  4. def withFilter(filter: Bson): DocumentUpdate
  5. def withUpdate(update: Bson): DocumentUpdate