trait BaseUpdating[T] extends KeyValueHandling[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseUpdating
  2. KeyValueHandling
  3. KeyHandling
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Concrete Value Members

  1. def bitwiseAnd(long: Long): Bson
  2. def bitwiseAnd(int: Int): Bson
  3. def bitwiseOr(long: Long): Bson
  4. def bitwiseOr(int: Int): Bson
  5. def bitwiseXor(long: Long): Bson
  6. def bitwiseXor(int: Int): Bson
  7. def currentDate(): Bson
  8. def currentTimestamp(): Bson
  9. def inc(number: commons.JNumber): Bson
  10. def max(t: T): Bson
  11. def min(t: T): Bson
  12. def mul(number: commons.JNumber): Bson
  13. def rename(newName: String): Bson
  14. def set(t: T): Bson
  15. def setOnInsert(t: T): Bson
  16. def unset(): Bson