| Package | Description |
|---|---|
| com.mongodb.async.client |
This packages contains classes for the new async client
|
| Modifier and Type | Method and Description |
|---|---|
static <TResult> Observable<TResult> |
Observables.observe(Block<SingleResultCallback<TResult>> operation)
Allows the conversion of
SingleResultCallback based operations into an Observable |
static <TResult> Observable<TResult> |
Observables.observe(MongoIterable<TResult> mongoIterable)
Convert a
MongoIterable into an Observable. |
static <TResult> Observable<TResult> |
Observables.observeAndFlatten(Block<SingleResultCallback<List<TResult>>> operation)
Allows the conversion of
SingleResultCallback based operations and flattens the results in an Observable. |
Copyright © 2016. All Rights Reserved.