Skip navigation links
B C D E F M O P R S T U 

B

blockingAwait($this$blockingAwait) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
Subscribes to and awaits the termination of this Completable instance in a blocking manner and rethrows any exception emitted.
blockingGet($this$blockingGet) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
Waits in a blocking fashion until the current Single signals a success value (which is returned) or an exception (which is propagated).

C

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
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.
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.

D

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.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.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.
dropCollection($this$dropCollection, collectionName) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoDatabasesKt
Drops this collection from the Database.

E

ensureIndex($this$ensureIndex, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureIndex($this$ensureIndex, clientSession, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureIndex($this$ensureIndex, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureIndex($this$ensureIndex, clientSession, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureIndex($this$ensureIndex, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureIndex($this$ensureIndex, clientSession, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureUniqueIndex($this$ensureUniqueIndex, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an IndexOptions.unique index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.
ensureUniqueIndex($this$ensureUniqueIndex, clientSession, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Create an IndexOptions.unique index with the given keys and options. If the creation of the index is not doable because an index with the same keys but with different IndexOptions already exists, then drop the existing index and create a new one.

F

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.
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.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.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.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.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.

M

maybe($this$maybe) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
Provides a Maybe from this Publisher.
maybeResult(callback) - Static method in class org.litote.kmongo.rxjava2.RxJavasKt
RX wrapper for SingleResultCallback

O

org.litote.kmongo.rxjava2 - package org.litote.kmongo.rxjava2
 

P

PublishersKt - Class in org.litote.kmongo.rxjava2
 
PublishersKt() - Constructor for class org.litote.kmongo.rxjava2.PublishersKt
 

R

ReactiveStreamsMongoCollectionsKt - Class in org.litote.kmongo.rxjava2
 
ReactiveStreamsMongoCollectionsKt() - Constructor for class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
 
ReactiveStreamsMongoDatabasesKt - Class in org.litote.kmongo.rxjava2
 
ReactiveStreamsMongoDatabasesKt() - Constructor for class org.litote.kmongo.rxjava2.ReactiveStreamsMongoDatabasesKt
 
replaceOne($this$replaceOne, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOne($this$replaceOne, clientSession, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOneById($this$replaceOneById, id, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOneById($this$replaceOneById, clientSession, id, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOneWithoutId($this$replaceOneWithoutId, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments. The id of the provided document is not used, in order to avoid updated id error. You may have to use UpdateResult.getUpsertedId in order to retrieve the generated id.
replaceOneWithoutId($this$replaceOneWithoutId, clientSession, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments. The id of the provided document is not used, in order to avoid updated id error. You may have to use UpdateResult.getUpsertedId in order to retrieve the generated id.
RxJavasKt - Class in org.litote.kmongo.rxjava2
 
RxJavasKt() - Constructor for class org.litote.kmongo.rxjava2.RxJavasKt
 

S

save($this$save, document) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Save the document. If the document has no id field, or if the document has a null id value, insert the document. Otherwise, call replaceOneById with upsert true.
save($this$save, clientSession, document) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Save the document. If the document has no id field, or if the document has a null id value, insert the document. Otherwise, call replaceOneById with upsert true.
single($this$single) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
Provides a SingleResult from this Publisher.
singleResult(callback) - Static method in class org.litote.kmongo.rxjava2.RxJavasKt
RX wrapper for SingleResultCallback

T

toObservable($this$toObservable) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
Provides an Observable from a Publisher.

U

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.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.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.
B C D E F M O P R S T U 
Skip navigation links