ImplicitObservable

dev.mongocamp.driver.mongodb.operation.ObservableIncludes.ImplicitObservable
trait ImplicitObservable[C] extends LazyLogging

Attributes

Graph
Supertypes
trait LazyLogging
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def asFuture(): Future[Seq[C]]
def result(maxWait: Int): C
def resultList(maxWait: Int): List[C]
def resultOption(maxWait: Int): Option[C]
def results(maxWait: Int): Seq[C]

Abstract fields

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

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging