trait ObservableImplicits extends AnyRef
Implicit conversion support for Publishers, Observables and Subscriptions
Automatically imported into the org.mongodb.scala
namespace
- Alphabetic
- By Inheritance
- ObservableImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- î implicit class BoxedPublisher[T] extends Observable[T]
- î implicit class BoxedSubscriber[T] extends Observer[T]
- î implicit class BoxedSubscription extends Subscription
- î implicit class ObservableFuture[T] extends AnyRef
- î implicit class SingleObservableFuture[T] extends AnyRef
- î implicit class ToObservableString extends Observable[String]
- î implicit class ToSingleObservableGridFS extends SingleObservable[GridFSFile]
- î implicit class ToSingleObservableInt extends SingleObservable[Int]
- î implicit class ToSingleObservableLong extends SingleObservable[Long]
- î implicit class ToSingleObservableObjectId extends SingleObservable[ObjectId]
- î implicit class ToSingleObservablePublisher[T] extends SingleObservable[T]
- î
implicit class ToSingleObservableUnit extends SingleObservable[Unit]
An Observable that emits
An Observable that emits
- exactly one item, if the wrapped
Publisher
does not signal an error, even if the represented stream is empty; - no items if the wrapped
Publisher
signals an error.
- exactly one item, if the wrapped
Value Members
- î
final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef â Any
- î
final def ##: Int
- Definition Classes
- AnyRef â Any
- î
final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef â Any
- î
final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- î
def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- î
final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- î
def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef â Any
- î
final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef â Any
- Annotations
- @IntrinsicCandidate() @native()
- î
def hashCode(): Int
- Definition Classes
- AnyRef â Any
- Annotations
- @IntrinsicCandidate() @native()
- î
final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- î
final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- î
final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- î
final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- î
final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- î
def toString(): String
- Definition Classes
- AnyRef â Any
- î
final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- î
final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- î
final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- î
def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: