CLOVIS
02/07/2025, 8:00 AM$cond
aggregation operator
users.aggregate()
.set {
Song::releaseDate set cond(
condition = of(Song::isReleased),
ifTrue = of(2025),
ifFalse = of(null)
)
}
https://opensavvy.gitlab.io/ktmongo/docs/