Mongo Scala Driver - org.mongodb.scala.AggregateObservable (original) (raw)
case class AggregateObservable[TResult](wrapped: AggregateIterable[TResult]) extends Observable[TResult] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
AggregateObservable
Serializable
Product
Equals
Observable
Observable
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def allowDiskUse(allowDiskUse: Boolean): AggregateObservable[TResult]
- final def asInstanceOf[T0]: T0
- def batchSize(batchSize: Int): AggregateObservable[TResult]
- def bypassDocumentValidation(bypassDocumentValidation: Boolean): AggregateObservable[TResult]
- def clone(): AnyRef
- def collation(collation: Collation): AggregateObservable[TResult]
- def comment(comment: String): AggregateObservable[TResult]
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hint(hint: Bson): AggregateObservable[TResult]
- final def isInstanceOf[T0]: Boolean
- def maxAwaitTime(duration: Duration): AggregateObservable[TResult]
- def maxTime(duration: Duration): AggregateObservable[TResult]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def subscribe(observer: Observer[_ >: TResult]): Unit
- def subscribe(observer: com.mongodb.async.client.Observer[_ >: TResult]): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toCollection(): Observable[Completed]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit