c

com.outr.giantscala.dsl

AggregateBuilder

case class AggregateBuilder[Type <: ModelObject, Out](collection: DBCollection[Type], converter: Converter[Out], pipeline: List[AggregateInstruction] = Nil) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregateBuilder(collection: DBCollection[Type], converter: Converter[Out], pipeline: List[AggregateInstruction] = Nil)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFields(fields: ProjectField*): AggregateBuilder[Type, Out]
  5. macro def as[T]: AggregateBuilder[Type, T]
  6. def as[T](converter: Converter[T]): AggregateBuilder[Type, T]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val collection: DBCollection[Type]
  10. val converter: Converter[Out]
  11. def count(): AggregateBuilder[Type, Int]
  12. def documents: List[Document]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def filter(conditions: MatchCondition*): AggregateBuilder[Type, Out]
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def group(fields: ProjectField*): AggregateBuilder[Type, Out]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def json: List[Json]
  20. def jsonStrings: List[String]
  21. def limit(limit: Int): AggregateBuilder[Type, Out]
  22. def lookup[Other <: ModelObject, T](from: DBCollection[Other], localField: Field[T], foreignField: Field[T], as: String): AggregateBuilder[Type, Out]
  23. def match(conditions: MatchCondition*): AggregateBuilder[Type, Out]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def opt[T](option: Option[T])(f: (AggregateBuilder[Type, Out], T) ⇒ AggregateBuilder[Type, Out]): AggregateBuilder[Type, Out]
  28. def out(collectionName: String): AggregateBuilder[Type, Out]
  29. val pipeline: List[AggregateInstruction]
  30. def project(fields: ProjectField*): AggregateBuilder[Type, Out]
  31. def replaceRoot(field: ProjectField): AggregateBuilder[Type, Out]
  32. def replaceRoot(json: Json): AggregateBuilder[Type, Out]
  33. macro def replaceRoot[T](field: Field[T]): AggregateBuilder[Type, T]
  34. def sample(size: Int): AggregateBuilder[Type, Out]
  35. def skip(skip: Int): AggregateBuilder[Type, Out]
  36. def sort(sortFields: SortField*): AggregateBuilder[Type, Out]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toFuture(implicit executionContext: ExecutionContext): Future[List[Out]]
  39. def toQuery(includeSpaces: Boolean = true): String
  40. def unwind(path: String): AggregateBuilder[Type, Out]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def withPipeline(instructions: AggregateInstruction*): AggregateBuilder[Type, Out]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped