GenericObservable

dev.mongocamp.driver.mongodb.operation.ObservableIncludes.GenericObservable
implicit class GenericObservable[C](val observable: Observable[C]) extends ImplicitObservable[C]

Attributes

Graph
Supertypes
trait LazyLogging
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def asFuture(): Future[Seq[C]]

Attributes

Inherited from:
ImplicitObservable
def result(maxWait: Int): C

Attributes

Inherited from:
ImplicitObservable
def resultList(maxWait: Int): List[C]

Attributes

Inherited from:
ImplicitObservable
def resultOption(maxWait: Int): Option[C]

Attributes

Inherited from:
ImplicitObservable
def results(maxWait: Int): Seq[C]

Attributes

Inherited from:
ImplicitObservable

Concrete fields

override val debugString: C => String
val observable: Observable[C]

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging