object Update

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Update
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def combine(updates: Bson*): Bson
  2. def max[A](key: DocKey[A, _], value: A): Bson
  3. def set[A](key: DocKey[A, _], value: A): Bson
  4. def unset(key: DocKey[_, _]): Bson