public class MapReducePublishersKt
@NotNull
public static <T> com.mongodb.reactivestreams.client.MapReducePublisher<T> scope(@NotNull
com.mongodb.reactivestreams.client.MapReducePublisher<T> $this$scope,
@NotNull
java.lang.String scope)
Sets the global variables that are accessible in the map, reduce and finalize functions.
scope - the global variables that are accessible in the map, reduce and finalize functions.@NotNull
public static <T> com.mongodb.reactivestreams.client.MapReducePublisher<T> sort(@NotNull
com.mongodb.reactivestreams.client.MapReducePublisher<T> $this$sort,
@NotNull
java.lang.String sort)
Sets the sort criteria to apply to the query.
sort - the sort criteria, which may be null@NotNull
public static <T> com.mongodb.reactivestreams.client.MapReducePublisher<T> ascendingSort(@NotNull
com.mongodb.reactivestreams.client.MapReducePublisher<T> $this$ascendingSort,
@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.reactivestreams.client.MapReducePublisher<T> descendingSort(@NotNull
com.mongodb.reactivestreams.client.MapReducePublisher<T> $this$descendingSort,
@NotNull
kotlin.reflect.KProperty... properties)
Sets the sort criteria with specified descending properties to apply to the query.
properties - the properties@NotNull
public static <T> com.mongodb.reactivestreams.client.MapReducePublisher<T> filter(@NotNull
com.mongodb.reactivestreams.client.MapReducePublisher<T> $this$filter,
@NotNull
java.lang.String filter)
Sets the query filter to apply to the query.
filter - the filter to apply to the query