CursorFetcher

reactivemongo.api.commands.CursorFetcher
sealed trait CursorFetcher[P <: SerializationPack, +C <: (Cursor)]

Fetches a cursor from MongoDB results.

Attributes

C

the type of the cursor implementation

P

the type of the serialization pack

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def cursor[A](readPreference: ReadPreference)(implicit reader: Reader[A]): C[A]
def one[A](readPreference: ReadPreference)(implicit reader: Reader[A], ec: ExecutionContext): Future[A]

Abstract fields

val pack: P