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

sort

fun <T> MapReducePublisher<T>.sort(sort: String): MapReducePublisher<T> (source)

Sets the sort criteria to apply to the query.

Parameters

sort - the sort criteria, which may be null

Return
this