case class AggregateBuilder[Type <: ModelObject, Out](collection: DBCollection[Type], converter: Converter[Out], pipeline: List[AggregateInstruction] = Nil) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AggregateBuilder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AggregateBuilder(collection: DBCollection[Type], converter: Converter[Out], pipeline: List[AggregateInstruction] = Nil)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addFields(fields: ProjectField*): AggregateBuilder[Type, Out]
- macro def as[T]: AggregateBuilder[Type, T]
- def as[T](converter: Converter[T]): AggregateBuilder[Type, T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val collection: DBCollection[Type]
- val converter: Converter[Out]
- def count(): AggregateBuilder[Type, Int]
- def documents: List[Document]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter(conditions: MatchCondition*): AggregateBuilder[Type, Out]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def group(fields: ProjectField*): AggregateBuilder[Type, Out]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def json: List[Json]
- def jsonStrings: List[String]
- def limit(limit: Int): AggregateBuilder[Type, Out]
- def lookup[Other <: ModelObject, T](from: DBCollection[Other], localField: Field[T], foreignField: Field[T], as: String): AggregateBuilder[Type, Out]
- def match(conditions: MatchCondition*): AggregateBuilder[Type, Out]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def opt[T](option: Option[T])(f: (AggregateBuilder[Type, Out], T) ⇒ AggregateBuilder[Type, Out]): AggregateBuilder[Type, Out]
- def out(collectionName: String): AggregateBuilder[Type, Out]
- val pipeline: List[AggregateInstruction]
- def project(fields: ProjectField*): AggregateBuilder[Type, Out]
- def replaceRoot(field: ProjectField): AggregateBuilder[Type, Out]
- def replaceRoot(json: Json): AggregateBuilder[Type, Out]
- macro def replaceRoot[T](field: Field[T]): AggregateBuilder[Type, T]
- def sample(size: Int): AggregateBuilder[Type, Out]
- def skip(skip: Int): AggregateBuilder[Type, Out]
- def sort(sortFields: SortField*): AggregateBuilder[Type, Out]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toFuture(implicit executionContext: ExecutionContext): Future[List[Out]]
- def toQuery(includeSpaces: Boolean = true): String
- def unwind(path: String): AggregateBuilder[Type, Out]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withPipeline(instructions: AggregateInstruction*): AggregateBuilder[Type, Out]