Object

play.modules.reactivemongo.json.commands

JSONAggregationFramework

Related Doc: package commands

Permalink

object JSONAggregationFramework extends AggregationFramework[reactivemongo.play.json.JSONSerializationPack.type]

Annotations
@deprecated
Deprecated

(Since version 0.12.0) Use reactivemongo.play.json.commands.JSONAggregationFramework

Linear Supertypes
AggregationFramework[reactivemongo.play.json.JSONSerializationPack.type], ImplicitCommandHelpers[reactivemongo.play.json.JSONSerializationPack.type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONAggregationFramework
  2. AggregationFramework
  3. ImplicitCommandHelpers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AddToSet extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  2. case class Aggregate extends CollectionCommand with CommandWithPack[reactivemongo.api.commands.AggregationFramework.pack.type] with CommandWithResult[AggregationResult] with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  3. case class AggregationResult extends Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  4. case class Ascending extends SortOrder with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  5. case class Avg extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  6. case class Cursor extends Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  7. case class Descending extends SortOrder with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  8. case class First extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  9. case class GeoNear extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  10. case class Group extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  11. case class GroupField extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  12. sealed trait GroupFunction extends AnyRef

    Permalink
    Definition Classes
    AggregationFramework
  13. case class GroupMulti extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  14. trait ImplicitlyDocumentProducer extends AnyRef

    Permalink
    Definition Classes
    ImplicitCommandHelpers
  15. case class Last extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  16. case class Limit extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  17. case class Match extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  18. case class Max extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  19. sealed trait MetadataKeyword extends AnyRef

    Permalink
    Definition Classes
    AggregationFramework
  20. case class MetadataSort extends SortOrder with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  21. case class Min extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  22. case class Out extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  23. sealed trait PipelineOperator extends AnyRef

    Permalink
    Definition Classes
    AggregationFramework
  24. case class Project extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  25. case class Push extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  26. case class PushMulti extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  27. case class Redact extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  28. case class Sample extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  29. case class Skip extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  30. case class Sort extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  31. sealed trait SortOrder extends AnyRef

    Permalink
    Definition Classes
    AggregationFramework
  32. case class SumField extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  33. case class SumValue extends GroupFunction with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework
  34. case class Unwind extends PipelineOperator with Product with Serializable

    Permalink
    Definition Classes
    AggregationFramework

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def booleanValue(b: Boolean): JsValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def doubleValue(d: Double): JsValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  8. def elementProducer(name: String, value: JsValue): (String, JsValueWrapper)

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def intValue(i: Int): JsValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def longValue(l: Long): JsValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  17. def makeDocument(elements: Seq[(String, JsValueWrapper)]): JsObject

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val pack: reactivemongo.play.json.JSONSerializationPack.type

    Permalink
    Definition Classes
    JSONAggregationFramework → ImplicitCommandHelpers
  22. def stringValue(s: String): JsValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONAggregationFramework → AggregationFramework
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AggregationFramework[reactivemongo.play.json.JSONSerializationPack.type]

Inherited from ImplicitCommandHelpers[reactivemongo.play.json.JSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped