Class

org.scalajs.nodejs.mongodb.Cursor

CursorExtensions

Related Doc: package Cursor

Permalink

implicit final class CursorExtensions extends AnyVal

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

Instance Constructors

  1. new CursorExtensions(cursor: Cursor)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def batchSizeFuture(batchSize: Int): Future[Cursor]

    Permalink
    Annotations
    @inline()
  6. def closeFuture(): Future[Cursor]

    Permalink
    Annotations
    @inline()
  7. def countFuture(applySkipLimit: Boolean): Future[Cursor]

    Permalink
    Annotations
    @inline()
  8. val cursor: Cursor

    Permalink
  9. def eachFuture[T <: Any]: Future[UndefOr[T]]

    Permalink
    Annotations
    @inline()
  10. def explainFuture[T <: Any]: Future[T]

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

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

    Permalink
    Definition Classes
    Any
  13. def limitFuture(limit: Int): Future[Cursor]

    Permalink
    Annotations
    @inline()
  14. def maxTimeMSFuture(maxTimeMS: Int): Future[Cursor]

    Permalink
    Annotations
    @inline()
  15. def nextFuture[T <: Any]: Future[UndefOr[T]]

    Permalink
    Annotations
    @inline()
  16. def onOnce(callback: Function): Cursor

    Permalink
    Annotations
    @inline()
  17. def setReadPreferenceFuture(pref: String): Future[Cursor]

    Permalink
    Annotations
    @inline()
  18. def skipFuture(skip: Int): Future[Cursor]

    Permalink
    Annotations
    @inline()
  19. def sortFuture(key: String, direction: |[Int, String]): Future[Cursor]

    Permalink
    Annotations
    @inline()
  20. def sortFuture(list: Array[Any]): Future[Cursor]

    Permalink
    Annotations
    @inline()
  21. def toArrayFuture[T <: Any]: Future[Array[T]]

    Permalink
    Annotations
    @inline()
  22. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped