mongodb-driver-kotlin-extensions
5.5.0
jvm
mongodb-driver-kotlin-extensions
/
com.mongodb.kotlin.client.model
/
Updates
/
combine
combine
fun
combine
(
vararg
updates
:
Bson
)
:
Bson
fun
combine
(
updates
:
List
<
Bson
>
)
:
Bson
Combine a list of updates into a single update.
Return
a combined update
Parameters
updates
the list of updates