implicit final class CursorClassExtensions extends AnyVal
Cursor Class Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CursorClassExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CursorClassExtensions(class: CursorClass)
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
apply(db: Db, collection: Collection, selector: Object, fields: Object, options: UndefOr[CursorOptions] = js.undefined): Cursor
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()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val class: CursorClass
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any