org.mongodb.scala.ObservableImplicits
Extends SingleObservable to provide simple conversion to a future.
the type of result
2.0
the single result observable
Collects the Observable result and converts to a scala.concurrent.Future.
a future representation of the Observable
Extends SingleObservable to provide simple conversion to a future.
the type of result
2.0