public class FindIterablesKt
@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> filter(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
java.lang.String filter)
Sets the query filter to apply to the query.
filter - the filter, which may be null@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> modifiers(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
java.lang.String modifiers)
Sets the query modifiers to apply to this operation.
modifiers - the query modifiers to apply@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> projection(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
java.lang.String projection)
Sets a document describing the fields to return for all matching documents.
projection - the project document@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> projection(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
kotlin.reflect.KProperty... projections)
Sets a document describing the fields to return for all matching documents.
projections - the properties of the returned fields@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> sort(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
java.lang.String sort)
Sets the sort criteria to apply to the query.
sort - the sort criteria@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> ascendingSort(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
kotlin.reflect.KProperty... properties)
Sets the sort criteria with specified ascending properties to apply to the query.
properties - the properties@NotNull
public static <T> com.mongodb.async.client.FindIterable<T> descendingSort(@NotNull
com.mongodb.async.client.FindIterable<T> $receiver,
@NotNull
kotlin.reflect.KProperty... properties)
Sets the sort criteria with specified descending properties to apply to the query.
properties - the properties