trait BaseUpdating[T] extends KeyValueHandling[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseUpdating
- KeyValueHandling
- KeyHandling
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- def bitwiseAnd(long: Long): Bson
- def bitwiseAnd(int: Int): Bson
- def bitwiseOr(long: Long): Bson
- def bitwiseOr(int: Int): Bson
- def bitwiseXor(long: Long): Bson
- def bitwiseXor(int: Int): Bson
- def currentDate(): Bson
- def currentTimestamp(): Bson
- def inc(number: commons.JNumber): Bson
- def max(t: T): Bson
- def min(t: T): Bson
- def mul(number: commons.JNumber): Bson
- def rename(newName: String): Bson
- def set(t: T): Bson
- def setOnInsert(t: T): Bson
- def unset(): Bson