Cont

reactivemongo.api.Cursor$.Cont
See theCont companion object
final class Cont[T] extends State[T]

Continue with given value

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

val value: T