Fail

reactivemongo.api.Cursor$.Fail
See theFail companion object
final class Fail[T] extends State[T]

Ends processing due to failure of given cause

Attributes

Companion:
object
Graph
Supertypes
trait State[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

f

the function applied on the statue value

Concrete fields