0.12.1 • Documentation improvements
Documentation
Updated Dokka for MkDocs to version 0.5.0, bringing many improvements to the embedded API reference in the website.
Updated Dokka for MkDocs to version 0.5.0, bringing many improvements to the embedded API reference in the website.
users.aggregate()
.project {
include(User::name)
User::bestPassingGrades set User::grades
.filter { it gt of(50) }
.map { it / Grade::value }
.sortedDescending()
.take(3)
}
$filter
aggregation operator (#59740316, !46)$map
aggregation operator (#5c903096, !46)$firstN
and $lastN
aggregation operators (#721b1b07, #721b1b07, !46)$sortArray
aggregation operator (#f736c402, #a607fcce, !46)$getField
aggregation operator (#28946504, !46)$ceil
aggregation operator (#7481c6ab, !42)$floor
aggregation operator (#d04f4b7f, !42)$count
aggregation stage (#f14132bd, !45)$degreesToRadians
and $radiansToDegrees
(#fb01397c, !43)SortOptionDsl
(#91c044ac, !43)$add
aggregation operator (#7, #4c8eedbe, !33)$abs
aggregation operator (#7, #056da623, !35)$cos
, $cosh
, $acos
, $acosh
, $sin
, $sinh
, $asin
, $asinh
, $tan
, $tanh
, $atan
, $atanh
(#7, !35)of()
) higher in the ValueDsl
hierarchy (#224c601a, !33)ConditionalOperators
to ConditionalValueOperators
(#edf69970, !33)SetOperators
to SetStageOperators
(#bc343596, !33)