- completable($this$completable) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
-
Provides a Completable from this Publisher.
- completableResult(callback) - Static method in class org.litote.kmongo.rxjava2.RxJavasKt
-
RX wrapper for SingleResultCallback
- count($this$count) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Deprecated.
- count($this$count, filter, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Deprecated.
- countDocuments($this$countDocuments) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Counts the number of documents
- countDocuments($this$countDocuments, filter, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Counts the number of documents in the collection according to the given options.
- countDocuments($this$countDocuments) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Counts the number of documents
- countDocuments($this$countDocuments, clientSession) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Counts the number of documents
- countDocuments($this$countDocuments, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Counts the number of documents in the collection according to the given options.
- countDocuments($this$countDocuments, clientSession, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Counts the number of documents in the collection according to the given options.
- createCollection($this$createCollection, collectionName) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Create a new collection with the given name.
- createCollection($this$createCollection, collectionName, options) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Create a new collection with the selected options
- createIndex($this$createIndex, key, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Creates an index. If successful, the callback will be executed with the name of the created index as the result.
- createIndex($this$createIndex, key, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Creates an index. If successful, the callback will be executed with the name of the created index as the result.
- createIndex($this$createIndex, clientSession, key, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Creates an index. If successful, the callback will be executed with the name of the created index as the result.
- createView($this$createView, viewName, viewOn, pipeline) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Creates a view with the given name, backing collection/view name, and aggregation pipeline that defines the view.
- createView($this$createView, viewName, viewOn, pipeline, createViewOptions) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that defines the view.
- deleteMany($this$deleteMany, filter, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, filters, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, clientSession, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, filters, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, clientSession, filters, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteOne($this$deleteOne, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, filters) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, clientSession, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOneById($this$deleteOneById, id) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Removes at most one document from the id parameter. If no documents match, the collection is not
modified.
- deleteOneById($this$deleteOneById, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the id parameter. If no documents match, the collection is not
modified.
- deleteOneById($this$deleteOneById, clientSession, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the id parameter. If no documents match, the collection is not
modified.
- descendingSort($this$descendingSort, properties) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
-
Sets the sort criteria with specified descending properties to apply to the query.
- descendingSort($this$descendingSort, properties) - Static method in class org.litote.kmongo.rxjava2.MapReduceIterablesKt
-
Sets the sort criteria with specified descending properties to apply to the query.
- DistinctIterablesKt - Class in org.litote.kmongo.rxjava2
-
- DistinctIterablesKt() - Constructor for class org.litote.kmongo.rxjava2.DistinctIterablesKt
-
- drop($this$drop) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Drops this database.
- dropCollection($this$dropCollection, collectionName) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Drops this collection from the Database.
- dropCollection($this$dropCollection, collectionName) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoDatabasesKt
-
Drops this collection from the Database.
- dropIndex($this$dropIndex, keys) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Drops the index given the keys used to create it.
- filter($this$filter, filter) - Static method in class org.litote.kmongo.rxjava2.DistinctIterablesKt
-
Sets the query filter to apply to the query.
- filter($this$filter, filter) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
-
Sets the query filter to apply to the query.
- filter($this$filter, filter) - Static method in class org.litote.kmongo.rxjava2.MapReduceIterablesKt
-
Sets the query filter to apply to the query.
- find($this$find, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($this$find, filters) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds all documents that match the filters in the collection.
- find($this$find, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($this$find, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($this$find, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filters in the collection.
- find($this$find, clientSession, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filters in the collection.
- FindIterablesKt - Class in org.litote.kmongo.rxjava2
-
- FindIterablesKt() - Constructor for class org.litote.kmongo.rxjava2.FindIterablesKt
-
- findOne($this$findOne, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, filters) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOne($this$findOne, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOne($this$findOne, clientSession, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOneAndDelete($this$findOneAndDelete, filter, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndDelete($this$findOneAndDelete, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndDelete($this$findOneAndDelete, clientSession, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndReplace($this$findOneAndReplace, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndReplace($this$findOneAndReplace, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndReplace($this$findOneAndReplace, clientSession, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndUpdate($this$findOneAndUpdate, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Atomically find a document and update it.
- findOneAndUpdate($this$findOneAndUpdate, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and update it.
- findOneAndUpdate($this$findOneAndUpdate, clientSession, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and update it.
- findOneById($this$findOneById, id) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the document that match the id parameter.
- findOneById($this$findOneById, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the document that match the id parameter.
- findOneById($this$findOneById, clientSession, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the document that match the id parameter.
- updateMany($this$updateMany, filter, update, updateOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Update all documents in the collection according to the specified arguments.
- updateMany($this$updateMany, filter, updates, updateOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Update all documents in the collection according to the specified arguments.
- updateMany($this$updateMany, filter, update, updateOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update all documents in the collection according to the specified arguments.
- updateMany($this$updateMany, clientSession, filter, update, updateOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update all documents in the collection according to the specified arguments.
- updateMany($this$updateMany, filter, updates, updateOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update all documents in the collection according to the specified arguments.
- updateMany($this$updateMany, clientSession, filter, updates, updateOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update all documents in the collection according to the specified arguments.
- updateOne($this$updateOne, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, filter, target, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, filter, target, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, clientSession, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, filter, target, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, clientSession, filter, target, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, filter, target, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOne($this$updateOne, clientSession, filter, target, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOneById($this$updateOneById, id, update, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOneById($this$updateOneById, id, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.
- updateOneById($this$updateOneById, clientSession, id, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Update a single document in the collection according to the specified arguments.