Class

io.scalajs.npm.mongodb.Collection

MongoCollectionExtensions

Related Doc: package Collection

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def aggregateFuture[B <: Any](pipeline: Array[_ <: Any]): Future[Array[B]]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  6. val coll: Collection

    Permalink
  7. def findOneFuture[T <: Any](selector: Any, fields: Array[String])(implicit ec: ExecutionContext): Future[Option[T]]

    Permalink
    Annotations
    @inline()
  8. def findOneFuture[T <: Any](selector: Any)(implicit ec: ExecutionContext): Future[Option[T]]

    Permalink
    Annotations
    @inline()
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped