kmongo / org.litote.kmongo.reactivestreams / com.mongodb.reactivestreams.client.MapReducePublisher / ascendingSort

ascendingSort

fun <T> MapReducePublisher<T>.ascendingSort(vararg properties: KProperty<*>): MapReducePublisher<T> (source)

Sets the sort criteria with specified ascending properties to apply to the query.

Parameters

properties - the properties

Return
this