toggle menu
Konduct
0.1.0-SNAPSHOT
jvm
switch theme
search in API
Konduct
/
io.github.denofbits.konduct.core
/
AggregationPipeline
/
sort
sort
abstract
fun
sort
(
block
:
SortBuilder
<
T
>
.
(
)
->
Unit
)
:
AggregationPipeline
<
T
>
Sort documents ($sort stage).
Example:
.sort {
Product::price asc
Product::name desc
}
Content copied to clipboard