object Aggregate extends BSONCommandResultMaker[Stream[BSONDocument]] with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.12-RC5) Use reactivemongo.api.collections.GenericCollection.aggregateWith

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aggregate
  2. Serializable
  3. BSONCommandResultMaker
  4. CommandResultMaker
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(document: BSONDocument): Either[CommandError, Stream[BSONDocument]]

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    AggregateBSONCommandResultMakerCommandResultMaker
  2. final def apply(response: Response): Either[CommandError, Stream[BSONDocument]]

    Deserializes the given response into an instance of Result.

    Deserializes the given response into an instance of Result.

    Definition Classes
    BSONCommandResultMakerCommandResultMaker