kmongo / org.litote.kmongo / combine

combine

fun combine(vararg updates: Bson): Bson (source)
fun combine(updates: List<Bson>): Bson (source)

Combine a list of updates into a single update.

Parameters

updates - the list of updates

Return
a combined update