Class

io.scalajs.npm.mongodb.CursorClass

CursorClassExtensions

Related Doc: package CursorClass

Permalink

implicit final class CursorClassExtensions extends AnyVal

Cursor Class Extensions

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

Instance Constructors

  1. new CursorClassExtensions(class: CursorClass)

    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 apply(db: Db, collection: Collection, selector: Object, fields: Object, options: UndefOr[CursorOptions] = js.undefined): Cursor

    Permalink

    Constructor for a cursor object that handles all the operations on query result using find.

    Constructor for a cursor object that handles all the operations on query result using find. This cursor object is unidirectional and cannot traverse backwards. Clients should not be creating a cursor directly, but use find to acquire a cursor. (INTERNAL TYPE)

    db

    the database object to work with.

    collection

    the collection to query.

    selector

    the query selector.

    fields

    an object containing what fields to include or exclude from objects returned.

    options

    additional options for the collection.

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val class: CursorClass

    Permalink
  7. def getClass(): Class[_ <: AnyVal]

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

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

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped