State

reactivemongo.api.Cursor$.State
sealed trait State[T]

A state of the cursor processing.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Cont[T]
class Done[T]
class Fail[T]

Members list

Concise view

Value members

Abstract methods

def map[U](f: T => U): State[U]

Attributes

f

the function applied on the statue value