implicit final class CommandCursorEnrichment[T] extends AnyVal
Command Cursor Enrichment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandCursorEnrichment
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
CommandCursorEnrichment(cursor: CommandCursor[T])
- cursor
the given CommandCursor
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cursor: CommandCursor[T]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
onClose(handler: Function0[Any]): cursor.type
CommandCursor stream close event
CommandCursor stream close event
- Annotations
- @inline()
-
def
onData(handler: Function1[T, Any]): cursor.type
CommandCursor stream data event, fired for each document in the cursor.
CommandCursor stream data event, fired for each document in the cursor.
- Annotations
- @inline()
-
def
onEnd(handler: Function0[Any]): cursor.type
CommandCursor stream end event
CommandCursor stream end event
- Annotations
- @inline()
-
def
onReadable(handler: Function0[Any]): cursor.type
CommandCursor stream readable event
CommandCursor stream readable event
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any