implicit final class MongoCollectionExtensions extends AnyVal
Mongo Collection Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MongoCollectionExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MongoCollectionExtensions(coll: Collection)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
aggregateAsync[A <: Any](pipeline: Array[_ <: Any]): Promise[Array[A]]
Execute an aggregation framework pipeline against the collection, needs MongoDB >= 2.2
Execute an aggregation framework pipeline against the collection, needs MongoDB >= 2.2
- pipeline
Array containing all the aggregation framework commands for the execution.
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val coll: Collection
-
def
findOneAsync[A <: Any](selector: Any, fields: Array[String]): Future[Option[A]]
- Annotations
- @inline()
-
def
findOneAsync[A <: Any](selector: Any): Future[Option[A]]
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any