trait UpdateOps[P <: SerializationPack] extends UpdateCommand[P] with UpdateWriteResultFactory[P] with MultiBulkWriteResultFactory[P] with UpsertedFactory[P] with LastErrorFactory[P]
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateOps
- LastErrorFactory
- UpsertedFactory
- MultiBulkWriteResultFactory
- UpdateWriteResultFactory
- UpdateCommand
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
UpdateBuilder extends AnyRef
Builder for update operations.
-
final
type
UpdateCmd = ResolvedCollectionCommand[GenericCollection.Update]
- Attributes
- protected[reactivemongo]
- Definition Classes
- UpdateCommand
-
final
class
UpdateElement extends AnyRef
- Definition Classes
- UpdateCommand
-
final
class
UpdateWriteResult extends WriteResult
Result for the update operations.
Result for the update operations.
- Definition Classes
- UpdateWriteResultFactory
-
final
class
MultiBulkWriteResult extends AnyRef
The result of a bulk write operation.
The result of a bulk write operation.
- Definition Classes
- MultiBulkWriteResultFactory
-
final
class
Upserted extends AnyRef
An upserted element
An upserted element
- Definition Classes
- UpsertedFactory
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (UpdateOps[P], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (UpdateOps[P]) ⇒ Boolean, msg: ⇒ Any): UpdateOps[P]
- def ensuring(cond: (UpdateOps[P]) ⇒ Boolean): UpdateOps[P]
- def ensuring(cond: Boolean, msg: ⇒ Any): UpdateOps[P]
- def ensuring(cond: Boolean): UpdateOps[P]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
maxWireVersion: MongoWireVersion
- Attributes
- protected
- Definition Classes
- UpdateOps → UpdateCommand
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit final
def
updateReader: P.Reader[GenericCollection.UpdateWriteResult]
- Attributes
- protected
- Definition Classes
- UpdateCommand
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
writeElement(builder: Builder[GenericCollection.pack.type]): (GenericCollection.UpdateElement) ⇒ P.Document
- Attributes
- protected[reactivemongo]
- Definition Classes
- UpdateCommand
- def →[B](y: B): (UpdateOps[P], B)
-
object
Upserted
- Definition Classes
- UpsertedFactory