WrappedCursorOps

reactivemongo.api.WrappedCursorOps
trait WrappedCursorOps[T] extends CursorOps[T]

Internal cursor operations.

Attributes

Graph
Supertypes
trait CursorOps[T]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

protected def opsWrappee: CursorOps[T]

The underlying cursor ops

The underlying cursor ops

Attributes

Concrete methods

The underlying connection

The underlying connection

Attributes

The strategy to failover the cursor operations

The strategy to failover the cursor operations

Attributes

final def tailable: Boolean

Indicates whether the underlying cursor is tailable.

Indicates whether the underlying cursor is tailable.

Attributes