object BSONCountCommand extends CountCommand[BSONSerializationPack.type]

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Use new collection.count

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONCountCommand
  2. CountCommand
  3. ImplicitCommandHelpers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Count(query: Option[P.Document], limit: Int, skip: Int, hint: Option[Hint]) extends CollectionCommand with CommandWithPack[pack.type] with CommandWithResult[CountResult] with Product with Serializable
    Definition Classes
    CountCommand
  2. class CountResult extends BoxedAnyVal[Int] with Product1[Int] with Serializable
    Definition Classes
    CountCommand
  3. sealed trait Hint extends AnyRef
    Definition Classes
    CountCommand
  4. class HintDocument extends Hint with Product1[P.Document] with Serializable
    Definition Classes
    CountCommand
  5. class HintString extends Hint with Product1[String] with Serializable
    Definition Classes
    CountCommand
  6. trait ImplicitlyDocumentProducer extends AnyRef
    Definition Classes
    ImplicitCommandHelpers

Value Members

  1. object Count extends Serializable
    Definition Classes
    CountCommand
  2. object Hint
    Definition Classes
    CountCommand
  3. object ImplicitlyDocumentProducer
    Definition Classes
    ImplicitCommandHelpers
  4. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val pack: BSONSerializationPack.type
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. object CountResult extends AbstractFunction1[Int, CountResult] with Serializable
    Definition Classes
    CountCommand
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

  2. object HintDocument extends AbstractFunction1[P.Document, HintDocument] with Serializable
    Definition Classes
    CountCommand
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

  3. object HintString extends AbstractFunction1[String, HintString] with Serializable
    Definition Classes
    CountCommand
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CountCommand[BSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped