- completable($receiver) - 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($receiver) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Deprecated.
- count($receiver, filter, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Deprecated.
- countDocuments($receiver) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Counts the number of documents
- countDocuments($receiver, 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($receiver) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Counts the number of documents
- countDocuments($receiver, 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($receiver, collectionName) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Create a new collection with the given name.
- createCollection($receiver, collectionName, options) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Create a new collection with the selected options
- createIndex($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, properties) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
-
Sets the sort criteria with specified descending properties to apply to the query.
- descendingSort($receiver, 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
-
- drop($receiver) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Drops this database.
- dropCollection($receiver, collectionName) - Static method in class org.litote.kmongo.rxjava2.MongoDatabasesKt
-
Drops this collection from the Database.
- dropCollection($receiver, collectionName) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoDatabasesKt
-
Drops this collection from the Database.
- dropIndex($receiver, keys) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Drops the index given the keys used to create it.
- filter($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.DistinctIterablesKt
-
Sets the query filter to apply to the query.
- filter($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
-
Sets the query filter to apply to the query.
- filter($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.MapReduceIterablesKt
-
Sets the query filter to apply to the query.
- find($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($receiver, filters) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds all documents that match the filters in the collection.
- find($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($receiver, 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
-
- findOne($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($receiver, filters) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOne($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($receiver, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($receiver, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOneAndDelete($receiver, filter, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndDelete($receiver, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndReplace($receiver, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndReplace($receiver, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndUpdate($receiver, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Atomically find a document and update it.
- findOneAndUpdate($receiver, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and update it.
- findOneById($receiver, id) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
-
Finds the document that match the id parameter.
- findOneById($receiver, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the document that match the id parameter.