Object

reactivemongo.api.collections.bson

BSONBatchCommands

Related Doc: package bson

Permalink

object BSONBatchCommands extends BatchCommands[BSONSerializationPack.type]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BSONBatchCommands
  2. BatchCommands
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def AggregateReader: AggregationResultReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  5. implicit def AggregateWriter: commands.bson.BSONAggregationImplicits.AggregateWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  6. val AggregationFramework: BSONAggregationFramework.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  7. val CountCommand: BSONCountCommand.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  8. implicit def CountResultReader: commands.bson.BSONCountCommandImplicits.CountResultReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  9. implicit def CountWriter: commands.bson.BSONCountCommandImplicits.CountWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  10. implicit def DefaultWriteResultReader: commands.bson.BSONCommonWriteCommandsImplicits.DefaultWriteResultReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  11. val DeleteCommand: BSONDeleteCommand.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  12. implicit def DeleteWriter: commands.bson.BSONDeleteCommandImplicits.DeleteWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  13. val DistinctCommand: BSONDistinctCommand.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  14. implicit def DistinctResultReader: commands.bson.BSONDistinctCommandImplicits.DistinctResultReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  15. implicit def DistinctWriter: commands.bson.BSONDistinctCommandImplicits.DistinctWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  16. val FindAndModifyCommand: BSONFindAndModifyCommand.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  17. implicit def FindAndModifyReader: FindAndModifyResultReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  18. implicit def FindAndModifyWriter: commands.bson.BSONFindAndModifyImplicits.FindAndModifyWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  19. val InsertCommand: BSONInsertCommand.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  20. implicit def InsertWriter: commands.bson.BSONInsertCommandImplicits.InsertWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  21. implicit def LastErrorReader: commands.bson.BSONGetLastErrorImplicits.LastErrorReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  22. val UpdateCommand: BSONUpdateCommand.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  23. implicit def UpdateReader: UpdateResultReader.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  24. implicit def UpdateWriter: commands.bson.BSONUpdateCommandImplicits.UpdateWriter.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. val pack: BSONSerializationPack.type

    Permalink
    Definition Classes
    BSONBatchCommandsBatchCommands
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BatchCommands[BSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped