Packages

c

io.scalajs.npm.mongodb.Collection

MongoCollectionExtensions

implicit final class MongoCollectionExtensions extends AnyVal

Mongo Collection Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoCollectionExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoCollectionExtensions(coll: Collection)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. 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()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val coll: Collection
  7. def findOneAsync[A <: Any](selector: Any, fields: Array[String]): Future[Option[A]]
    Annotations
    @inline()
  8. def findOneAsync[A <: Any](selector: Any): Future[Option[A]]
    Annotations
    @inline()
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped