object BSONBatchCommands extends BatchCommands[BSONSerializationPack.type]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BSONBatchCommands
- BatchCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
AggregateReader: AggregationResultReader.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
AggregateWriter: commands.bson.BSONAggregationImplicits.AggregateWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
val
AggregationFramework: BSONAggregationFramework.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
val
CountCommand: BSONCountCommand.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
CountResultReader: commands.bson.BSONCountCommandImplicits.CountResultReader.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
CountWriter: commands.bson.BSONCountCommandImplicits.CountWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
- implicit def DefaultWriteResultReader: commands.bson.BSONCommonWriteCommandsImplicits.DefaultWriteResultReader.type
-
val
DeleteCommand: BSONDeleteCommand.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
DeleteWriter: commands.bson.BSONDeleteCommandImplicits.DeleteWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
val
DistinctCommand: BSONDistinctCommand.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
DistinctResultReader: commands.bson.BSONDistinctCommandImplicits.DistinctResultReader.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
DistinctWriter: commands.bson.BSONDistinctCommandImplicits.DistinctWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
val
FindAndModifyCommand: BSONFindAndModifyCommand.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
FindAndModifyReader: FindAndModifyResultReader.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
FindAndModifyWriter: commands.bson.BSONFindAndModifyImplicits.FindAndModifyWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
val
InsertCommand: BSONInsertCommand.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
InsertWriter: commands.bson.BSONInsertCommandImplicits.InsertWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
- implicit def LastErrorReader: commands.bson.BSONGetLastErrorImplicits.LastErrorReader.type
-
val
UpdateCommand: BSONUpdateCommand.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
UpdateReader: UpdateResultReader.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
implicit
def
UpdateWriter: commands.bson.BSONUpdateCommandImplicits.UpdateWriter.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
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()
-
val
pack: BSONSerializationPack.type
- Definition Classes
- BSONBatchCommands → BatchCommands
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )