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

A

ascendingSort($receiver, properties) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
Sets the sort criteria with specified ascending properties to apply to the query.
ascendingSort($receiver, properties) - Static method in class org.litote.kmongo.rxjava2.MapReduceIterablesKt
Sets the sort criteria with specified ascending properties to apply to the query.

B

blockingAwait($receiver) - 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($receiver) - 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($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.

D

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.

E

ensureIndex($receiver, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
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($receiver, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
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($receiver, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
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($receiver, 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($receiver, 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($receiver, 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($receiver, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
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($receiver, 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

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.

I

IndexModel($receiver, keys, options) - Static method in class org.litote.kmongo.rxjava2.IndexModelsKt
Deprecated. 
IndexModelsKt - Class in org.litote.kmongo.rxjava2
 
insertMany($receiver, documents, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Inserts one or more documents. A call to this method is equivalent to a call to the {@code bulkWrite} method
insertOne($receiver, document, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Inserts the provided document. If the document is missing an identifier, the driver should generate one.

M

MapReduceIterablesKt - Class in org.litote.kmongo.rxjava2
 
maybe($receiver) - 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
modifiers($receiver, modifiers) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
Sets the query modifiers to apply to this operation.
MongoCollectionsKt - Class in org.litote.kmongo.rxjava2
 
MongoDatabasesKt - Class in org.litote.kmongo.rxjava2
 
MongoIterablesKt - Class in org.litote.kmongo.rxjava2
 

O

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

P

projection($receiver, projection) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
Sets a document describing the fields to return for all matching documents.
projection($receiver, projections) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
Sets a document describing the fields to return for all matching documents.
PublishersKt - Class in org.litote.kmongo.rxjava2
 

R

ReactiveStreamsMongoCollectionsKt - Class in org.litote.kmongo.rxjava2
 
ReactiveStreamsMongoDatabasesKt - Class in org.litote.kmongo.rxjava2
 
replaceOne($receiver, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOne($receiver, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOne($receiver, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOneById($receiver, id, replacement, options) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOneById($receiver, id, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Replace a document in the collection according to the specified arguments.
replaceOneWithoutId($receiver, 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
 

S

save($receiver, document) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
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($receiver, 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.
scope($receiver, scope) - Static method in class org.litote.kmongo.rxjava2.MapReduceIterablesKt
Sets the global variables that are accessible in the map, reduce and finalize functions.
single($receiver) - 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
sort($receiver, sort) - Static method in class org.litote.kmongo.rxjava2.FindIterablesKt
Sets the sort criteria to apply to the query.
sort($receiver, sort) - Static method in class org.litote.kmongo.rxjava2.MapReduceIterablesKt
Sets the sort criteria to apply to the query.

T

toFlowable($receiver, mode) - Static method in class org.litote.kmongo.rxjava2.MongoIterablesKt
 
toObservable($receiver) - Static method in class org.litote.kmongo.rxjava2.MongoIterablesKt
Iterates over all the documents, adding each to an observable.
toObservable($receiver) - Static method in class org.litote.kmongo.rxjava2.PublishersKt
Provides an Observable from a Publisher.

U

updateMany($receiver, filter, update, updateOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Update all documents in the collection according to the specified arguments.
updateMany($receiver, filter, updates, updateOptions) - Static method in class org.litote.kmongo.rxjava2.MongoCollectionsKt
Update all documents in the collection according to the specified arguments.
updateMany($receiver, filter, update, updateOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Update all documents in the collection according to the specified arguments.
updateMany($receiver, filter, updates, updateOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Update all documents in the collection according to the specified arguments.
updateOne($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, 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($receiver, id, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
Update a single document in the collection according to the specified arguments.
A B C D E F I M O P R S T U 
Skip navigation links